|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Anything that can be loaded by outer join - namely persisters for classes or collections.
Method Summary | |
boolean |
consumesCollectionAlias()
Very, very, very ugly... |
boolean |
consumesEntityAlias()
Very, very, very ugly... |
String |
filterFragment(String alias,
Map enabledFilters)
Get the where clause filter, given a query alias and considering enabled session filters |
String |
fromJoinFragment(String alias,
boolean innerJoin,
boolean includeSubclasses)
Get the from clause part of any joins (optional operation) |
String[] |
getKeyColumnNames()
The columns to join on |
String |
getName()
An identifying name; a class name or collection role name. |
String |
getTableName()
The table to join to. |
boolean |
isCollection()
Is this instance actually a CollectionPersister? |
String |
oneToManyFilterFragment(String alias)
|
String |
selectFragment(Joinable rhs,
String rhsAlias,
String lhsAlias,
String currentEntitySuffix,
String currentCollectionSuffix,
boolean includeCollectionColumns)
All columns to select, when loading. |
String |
whereJoinFragment(String alias,
boolean innerJoin,
boolean includeSubclasses)
Get the where clause part of any joins (optional operation) |
Method Detail |
public String getName()
public String getTableName()
public String selectFragment(Joinable rhs, String rhsAlias, String lhsAlias, String currentEntitySuffix, String currentCollectionSuffix, boolean includeCollectionColumns)
public String whereJoinFragment(String alias, boolean innerJoin, boolean includeSubclasses)
public String fromJoinFragment(String alias, boolean innerJoin, boolean includeSubclasses)
public String[] getKeyColumnNames()
public String filterFragment(String alias, Map enabledFilters) throws MappingException
MappingException
public String oneToManyFilterFragment(String alias) throws MappingException
MappingException
public boolean isCollection()
public boolean consumesEntityAlias()
public boolean consumesCollectionAlias()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |