Save This Page
Home » Hibernate-3.3.2.GA » org.hibernate » loader » [javadoc | source]
org.hibernate.loader
public interface: CollectionAliases [javadoc | source]

All Known Implementing Classes:
    ColumnCollectionAliases, GeneratedCollectionAliases

Type definition of CollectionAliases.
Method from org.hibernate.loader.CollectionAliases Summary:
getSuffix,   getSuffixedElementAliases,   getSuffixedIdentifierAlias,   getSuffixedIndexAliases,   getSuffixedKeyAliases
Method from org.hibernate.loader.CollectionAliases Detail:
 public String getSuffix()
    Returns the suffix used to unique the column aliases for this particular alias set.
 public String[] getSuffixedElementAliases()
    Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
 public String getSuffixedIdentifierAlias()
    Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
 public String[] getSuffixedIndexAliases()
    Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).
 public 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).