| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria.join |
| Modifier and Type | Method and Description |
|---|---|
static MapJoinImpl.MapSelectType |
MapJoinImpl.MapSelectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapJoinImpl.MapSelectType[] |
MapJoinImpl.MapSelectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
FetchParentImpl.generateSqlSelect(AbstractCriteriaQueryImpl<?> query,
boolean selected,
boolean root,
MapJoinImpl.MapSelectType selectType)
Returns the generated SQL fragment.
|
String |
MapJoinImpl.generateSqlSelect(AbstractCriteriaQueryImpl<?> query,
boolean selected,
MapJoinImpl.MapSelectType selectType)
Returns the SQL select fragment.
|
String[] |
FetchParentImpl.getSqlRestrictionFragments(BaseQueryImpl<?> query,
MapJoinImpl.MapSelectType selectType)
Returns the SQL restriction in pairs of table alias and column.
|
String[] |
AbstractFrom.getSqlRestrictionFragments(BaseQueryImpl<?> query,
MapJoinImpl.MapSelectType selectType)
Returns the SQL restriction in pairs of table alias and column.
|
EntryImpl<Object,ManagedInstance<?>> |
FetchParentImpl.handle(SessionImpl session,
ResultSet row,
MapJoinImpl.MapSelectType selectType)
Handles the row.
|
Object |
MapJoinImpl.handle(SessionImpl session,
ResultSet row,
MapJoinImpl.MapSelectType selectType)
Handles the row.
|
EntryImpl<Object,X> |
FetchParentImpl.handleElementFetch(ResultSet row,
MapJoinImpl.MapSelectType selectType)
Handles the row
|
EntryImpl<Object,ManagedInstance<?>> |
FetchParentImpl.handleFetch(SessionImpl session,
ResultSet row,
MapJoinImpl.MapSelectType selectType)
Handles the row.
|
Expression<Class<?>> |
MapJoinImpl.type(MapJoinImpl.MapSelectType selectType)
Create an expression corresponding to the type of the path.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.