| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria | |
| org.batoo.jpa.core.impl.criteria.expression | |
| org.batoo.jpa.core.impl.criteria.join | |
| org.batoo.jpa.core.impl.criteria.path |
| Modifier and Type | Class and Description |
|---|---|
class |
RootImpl<X>
A root type in the from clause.
|
| Modifier and Type | Method and Description |
|---|---|
ParentPath<?,?> |
CollectionExpression.getParentPath()
Returns the parentPath of the CollectionExpression.
|
| Constructor and Description |
|---|
CollectionExpression(ParentPath<?,?> parentPath,
Mapping<?,Collection<E>,E> mapping) |
EntityTypeExpression(ParentPath<?,T> path,
DiscriminatorColumn discriminatorColumn) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFrom<Z,X>
Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the
from clause.
|
class |
AbstractJoin<Z,X>
Abstract implementation of joins.
|
class |
AbstractPluralJoin<Z,C,E>
The implementation of
PluralJoin. |
class |
CollectionJoinImpl<Z,E>
Implementation of
CollectionJoin. |
class |
ListJoinImpl<Z,E>
Implementation of
ListJoin. |
class |
MapJoinImpl<Z,K,V>
Implementation of
ListJoin. |
class |
SetJoinImpl<Z,E>
Implementation of
SetJoin. |
class |
SingularJoin<Z,X>
Joins for singular attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedAttributePath<Z,X>
Physical Attribute implementation of
Path. |
class |
EntityPath<Z,X>
Entity type attribute implementation of
Path. |
class |
MapKeyPath<Z,X>
Path for Map join keys.
|
| Modifier and Type | Method and Description |
|---|---|
ParentPath<?,?> |
AbstractPath.getParentPath() |
| Constructor and Description |
|---|
AbstractPath(ParentPath<?,?> parent,
Class<X> javaType) |
BasicPath(ParentPath<?,?> parent,
BasicMapping<?,X> mapping) |
EmbeddedAttributePath(ParentPath<?,Z> parent,
EmbeddedMapping<? super Z,X> mapping) |
EntityPath(ParentPath<?,Z> parent,
String pathName,
EntityTypeImpl<X> entity) |
ParentPath(ParentPath<?,Z> parent,
Class<X> javaType) |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.