|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathInits | |
|---|---|
| com.mysema.query.types.path | Paths represent typed property paths, variables and list-map-array access |
| Uses of PathInits in com.mysema.query.types.path |
|---|
| Fields in com.mysema.query.types.path declared as PathInits | |
|---|---|
static PathInits |
PathInits.DEFAULT
|
static PathInits |
PathInits.DIRECT
|
| Methods in com.mysema.query.types.path that return PathInits | |
|---|---|
PathInits |
PathInits.get(String property)
|
| Methods in com.mysema.query.types.path with parameters of type PathInits | ||
|---|---|---|
protected
|
BeanPath.createCollection(String property,
Class<? super A> type,
Class<? super Q> queryType,
PathInits inits)
Create a new Collection typed path |
|
protected
|
BeanPath.createList(String property,
Class<? super A> type,
Class<? super E> queryType,
PathInits inits)
Create a new List typed path |
|
protected
|
BeanPath.createSet(String property,
Class<? super A> type,
Class<? super E> queryType,
PathInits inits)
Create a new Set typed path |
|
| Constructors in com.mysema.query.types.path with parameters of type PathInits | |
|---|---|
BeanPath(Class<? extends T> type,
PathMetadata<?> metadata,
PathInits inits)
|
|
CollectionPath(Class<? super E> type,
Class<Q> queryType,
PathMetadata<?> metadata,
PathInits inits)
|
|
CollectionPathBase(Path<C> mixin,
PathInits inits)
|
|
EntityPathBase(Class<? extends T> type,
PathMetadata<?> metadata,
PathInits inits)
|
|
ListPath(Class<? super E> elementType,
Class<Q> queryType,
PathMetadata<?> metadata,
PathInits inits)
|
|
SetPath(Class<? super E> type,
Class<Q> queryType,
PathMetadata<?> metadata,
PathInits inits)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||