public interface CollectionReferenceAliases
| Modifier and Type | Method and Description |
|---|---|
CollectionAliases |
getCollectionColumnAliases()
Obtain the aliases for the columns related to the collection structure such as the FK, index/key, or identifier
(idbag).
|
String |
getCollectionTableAlias()
Obtain the table alias used for the collection table of the CollectionReference.
|
String |
getElementTableAlias()
Obtain the alias of the table that contains the collection element values.
|
EntityReferenceAliases |
getEntityElementAliases()
Obtain the entity reference aliases for the element values when the element of the collection is an entity.
|
String getCollectionTableAlias()
String getElementTableAlias()
getCollectionTableAlias() in the case of
many-to-many.CollectionAliases getCollectionColumnAliases()
EntityReferenceAliases getEntityElementAliases()
null if the collection element is not an entity.Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.