| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria | |
| 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 | 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 |
FetchImpl<Z,X>
Implementation of
Fetch. |
class |
FetchParentImpl<Z,X>
Implementation of
FetchParent. |
class |
ListJoinImpl<Z,E>
Implementation of
ListJoin. |
class |
MapJoinImpl<Z,K,V>
Implementation of
MapJoin. |
class |
SetJoinImpl<Z,E>
Implementation of
SetJoin. |
class |
SingularJoin<Z,X>
Joins for singular attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFrom.generateSqlJoins(AbstractCriteriaQueryImpl<?> query,
Map<Joinable,String> joins)
Generates SQL joins fragment.
|
void |
FetchParentImpl.generateSqlJoins(AbstractCriteriaQueryImpl<?> query,
Map<Joinable,String> joins,
boolean recurse)
Generates joins SQL fragment for the fetch chain.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityPath<Z,X>
Entity type attribute implementation of
Path. |
| Modifier and Type | Method and Description |
|---|---|
Joinable |
AbstractPath.getRootPath()
Returns the root of the path.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.