FileDocCategorySizeDatePackage
CollectionAliases.javaAPI DocHibernate 3.2.51317Thu May 19 02:29:00 BST 2005org.hibernate.loader

CollectionAliases

public interface CollectionAliases
Type definition of CollectionAliases.
author
Steve Ebersole

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetSuffix()
Returns the suffix used to unique the column aliases for this particular alias set.

return
The uniqued column alias suffix.

public java.lang.String[]getSuffixedElementAliases()
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.

return
The element result-set column aliases.

public java.lang.StringgetSuffixedIdentifierAlias()
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).

return
The identifier result-set column aliases.

public java.lang.String[]getSuffixedIndexAliases()
Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).

return
The index result-set column aliases.

public java.lang.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).

return
The key result-set column aliases.