|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.loader.SQLGeneratedEntityAliases
Describes the SQL result set column aliases for a select clause generated by an entity persister or overridden by propertyresults in a named query.
Constructor Summary | |
SQLGeneratedEntityAliases(Map propertyResults,
SQLLoadable persister,
String suffix)
Calculate and cache select-clause suffixes. |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQLGeneratedEntityAliases(Map propertyResults, SQLLoadable persister, String suffix)
Method Detail |
public String[][] getSuffixedPropertyAliases(Loadable persister)
EntityAliases
getSuffixedPropertyAliases
in interface EntityAliases
public String[] getSuffixedVersionAliases()
EntityAliases
getSuffixedVersionAliases
in interface EntityAliases
public String[][] getSuffixedPropertyAliases()
EntityAliases
getSuffixedPropertyAliases
in interface EntityAliases
public String getSuffixedDiscriminatorAlias()
EntityAliases
getSuffixedDiscriminatorAlias
in interface EntityAliases
public String[] getSuffixedKeyAliases()
EntityAliases
getSuffixedKeyAliases
in interface EntityAliases
public String getRowIdAlias()
EntityAliases
getRowIdAlias
in interface EntityAliases
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |