public interface CollectionAliases
| Modifier and Type | Method and Description | 
|---|---|
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[] getSuffixedKeyAliases()
String[] getSuffixedIndexAliases()
String[] getSuffixedElementAliases()
String getSuffixedIdentifierAlias()
String getSuffix()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.