|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollectionAliases
Type definition of CollectionAliases.
Method Summary | |
---|---|
java.lang.String |
getSuffix()
Returns the suffix used to unique the column aliases for this particular alias set. |
java.lang.String[] |
getSuffixedElementAliases()
Returns the suffixed result-set column-aliases for the columns making up the collection's elements. |
java.lang.String |
getSuffixedIdentifierAlias()
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any). |
java.lang.String[] |
getSuffixedIndexAliases()
Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list). |
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). |
Method Detail |
---|
java.lang.String[] getSuffixedKeyAliases()
java.lang.String[] getSuffixedIndexAliases()
java.lang.String[] getSuffixedElementAliases()
java.lang.String getSuffixedIdentifierAlias()
java.lang.String getSuffix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |