| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.loader.GeneratedCollectionAliases
public class GeneratedCollectionAliases
CollectionAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases.
| Constructor Summary | |
|---|---|
| GeneratedCollectionAliases(CollectionPersister persister,
                           String string) | |
| GeneratedCollectionAliases(Map userProvidedAliases,
                           CollectionPersister persister,
                           String suffix) | |
| Method Summary | |
|---|---|
|  String | getSuffix()Returns the suffix used to unique the column aliases for this particular alias set. | 
|  String[] | getSuffixedElementAliases()Returns the suffixed result-set column-aliases for the columns making up the collection's elements. | 
|  String | getSuffixedIdentifierAlias()Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any). | 
|  String[] | getSuffixedIndexAliases()Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list). | 
|  String[] | getSuffixedKeyAliases()Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to its owner). | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public GeneratedCollectionAliases(Map userProvidedAliases,
                                  CollectionPersister persister,
                                  String suffix)
public GeneratedCollectionAliases(CollectionPersister persister,
                                  String string)
| Method Detail | 
|---|
public String[] getSuffixedKeyAliases()
getSuffixedKeyAliases in interface CollectionAliasespublic String[] getSuffixedIndexAliases()
getSuffixedIndexAliases in interface CollectionAliasespublic String[] getSuffixedElementAliases()
getSuffixedElementAliases in interface CollectionAliasespublic String getSuffixedIdentifierAlias()
getSuffixedIdentifierAlias in interface CollectionAliasespublic String getSuffix()
getSuffix in interface CollectionAliasespublic String toString()
toString in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||