|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.hibernate.loader.GeneratedEntityAliases
Describes the SQL result set column aliases for a select clause generated by an entity persister
| Constructor Summary | |
GeneratedEntityAliases(Loadable 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 GeneratedEntityAliases(Loadable persister,
String suffix)
| Method Detail |
public String[][] getSuffixedPropertyAliases(Loadable persister)
EntityAliases
getSuffixedPropertyAliases in interface EntityAliasespublic String[] getSuffixedVersionAliases()
EntityAliases
getSuffixedVersionAliases in interface EntityAliasespublic String[][] getSuffixedPropertyAliases()
EntityAliases
getSuffixedPropertyAliases in interface EntityAliasespublic String getSuffixedDiscriminatorAlias()
EntityAliases
getSuffixedDiscriminatorAlias in interface EntityAliasespublic String[] getSuffixedKeyAliases()
EntityAliases
getSuffixedKeyAliases in interface EntityAliasespublic String getRowIdAlias()
EntityAliases
getRowIdAlias in interface EntityAliases
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||