| Package | Description |
|---|---|
| com.mysema.query.types.path |
Paths represent typed property paths, variables and list-map-array access
|
| Modifier and Type | Field and Description |
|---|---|
static PathInits |
PathInits.DEFAULT |
static PathInits |
PathInits.DIRECT |
static PathInits |
PathInits.DIRECT2 |
| Modifier and Type | Method and Description |
|---|---|
PathInits |
PathInits.get(java.lang.String property) |
| Modifier and Type | Method and Description |
|---|---|
protected <A,Q extends SimpleExpression<? super A>> |
BeanPath.createCollection(java.lang.String property,
java.lang.Class<? super A> type,
java.lang.Class<? super Q> queryType,
PathInits inits)
Create a new Collection typed path
|
protected <A,E extends SimpleExpression<? super A>> |
BeanPath.createList(java.lang.String property,
java.lang.Class<? super A> type,
java.lang.Class<? super E> queryType,
PathInits inits)
Create a new List typed path
|
protected <A,E extends SimpleExpression<? super A>> |
BeanPath.createSet(java.lang.String property,
java.lang.Class<? super A> type,
java.lang.Class<? super E> queryType,
PathInits inits)
Create a new Set typed path
|
| Constructor and Description |
|---|
BeanPath(java.lang.Class<? extends T> type,
PathMetadata<?> metadata,
PathInits inits) |
CollectionPath(java.lang.Class<? super E> type,
java.lang.Class<Q> queryType,
PathMetadata<?> metadata,
PathInits inits) |
CollectionPathBase(PathImpl<C> mixin,
PathInits inits) |
EntityPathBase(java.lang.Class<? extends T> type,
PathMetadata<?> metadata,
PathInits inits) |
ListPath(java.lang.Class<? super E> elementType,
java.lang.Class<Q> queryType,
PathMetadata<?> metadata,
PathInits inits) |
SetPath(java.lang.Class<? super E> type,
java.lang.Class<Q> queryType,
PathMetadata<?> metadata,
PathInits inits) |
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.