|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Metadata describing the SQL result set column aliases for a particular entity.
Method Summary | |
String |
getRowIdAlias()
The result set column alias for the Oracle row id |
String |
getSuffixedDiscriminatorAlias()
The result set column aliases for the discriminator columns |
String[] |
getSuffixedKeyAliases()
The result set column aliases for the primary key columns |
String[][] |
getSuffixedPropertyAliases()
The result set column aliases for the property columns |
String[][] |
getSuffixedPropertyAliases(Loadable persister)
The result set column aliases for the property columns of a subclass |
String[] |
getSuffixedVersionAliases()
The result set column aliases for the version columns |
Method Detail |
public String[] getSuffixedKeyAliases()
public String getSuffixedDiscriminatorAlias()
public String[] getSuffixedVersionAliases()
public String[][] getSuffixedPropertyAliases()
public String[][] getSuffixedPropertyAliases(Loadable persister)
public String getRowIdAlias()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |