|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathBuilder | |
|---|---|
| com.mysema.query.types.path | Paths represent typed property paths, variables and list-map-array access |
| Uses of PathBuilder in com.mysema.query.types.path |
|---|
| Methods in com.mysema.query.types.path that return PathBuilder | ||
|---|---|---|
|
PathBuilderFactory.create(Class<T> clazz)
Create a new PathBuilder instance for the given type |
|
PathBuilder<Object> |
PathBuilder.get(String property)
Get a PathBuilder instance for the given property |
|
|
PathBuilder.get(String property,
Class<A> type)
Get a PathBuilder for the given property with the given type |
|
| Methods in com.mysema.query.types.path that return types with arguments of type PathBuilder | ||
|---|---|---|
|
PathBuilder.getCollection(String property,
Class<A> type)
Get a new Collection typed path |
|
|
PathBuilder.getList(String property,
Class<A> type)
Get a new List typed path |
|
|
PathBuilder.getMap(String property,
Class<K> key,
Class<V> value)
Get a new Map typed path |
|
|
PathBuilder.getSet(String property,
Class<A> type)
Get a new Set typed path |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||