|
|||||||||||
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 |
consumesAlias()
Ugly, very ugly.... |
String |
fromJoinFragment(String alias,
boolean innerJoin,
boolean includeSubclasses)
Get the from clause part of any joins (optional operation) |
String[] |
getJoinKeyColumnNames()
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? |
boolean |
isManyToMany()
Is this instance actually a many-to-many association? |
String |
selectFragment(String alias,
String suffix)
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(String alias, String suffix)
public String whereJoinFragment(String alias, boolean innerJoin, boolean includeSubclasses)
public String fromJoinFragment(String alias, boolean innerJoin, boolean includeSubclasses)
public String[] getJoinKeyColumnNames()
public boolean isCollection()
public boolean isManyToMany()
public boolean consumesAlias()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |