java.lang.Object | |
↳ | org.hibernate.loader.custom.ColumnCollectionAliases |
CollectionAliases that uses columnnames instead of generated aliases.
Aliases can still be overwritten via
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the suffix used to unique the column aliases for this particular alias set.
| |||||||||||
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
| |||||||||||
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
| |||||||||||
Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).
| |||||||||||
Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to
its owner).
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the suffix used to unique the column aliases for this particular alias set.
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).
Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to its owner).