public interface AssociatedEntityKeyMetadata
Tuple.| Modifier and Type | Method and Description |
|---|---|
String[] |
getAssociationKeyColumns()
get the names of those columns of a tuple or association row which make up the represented association, i.e.
|
String |
getCorrespondingEntityKeyColumn(String associationKeyColumn)
Returns the name of the column in the target entity key corresponding to the given association key column.
|
EntityKeyMetadata |
getEntityKeyMetadata()
Get the meta-data for the entity key on the other side of the represented association.
|
EntityKeyMetadata getEntityKeyMetadata()
String getCorrespondingEntityKeyColumn(String associationKeyColumn)
E.g. let there be an entity key comprising the columns id.countryCode and id.sequenceNo which is
referenced by the columns address_id.countryCode and address_id.sequenceNo. When invoked for the
column address_id.countryCode, this method will return id.countryCode.
associationKeyColumn - The name of the column in the associationString[] getAssociationKeyColumns()
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.