| 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 |
|---|---|
AbstractPath<?> |
AbstractTypeExpression.getPath()
Returns the path of the type expression.
|
| Constructor and Description |
|---|
AbstractTypeExpression(AbstractPath<T> path) |
StaticTypeExpression(AbstractPath<T> path,
Class<T> javaType) |
| 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 |
BasicPath<X>
Physical Attribute implementation of
Path. |
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.
|
class |
ParentPath<Z,X>
Abstract implementation of
Path. |
| Modifier and Type | Method and Description |
|---|---|
<Y> AbstractPath<Y> |
ParentPath.get(SingularAttribute<? super X,Y> attribute) |
<Y> AbstractPath<Y> |
ParentPath.get(String name) |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.