Interface MapsIdSource
-
public interface MapsIdSource
Describes a relationship annotated withMapsId
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SingularAttributeSourceToOne
getAssociationAttributeSource()
The attribute source informationjava.lang.String
getMappedIdAttributeName()
Obtain theMapsId.value()
naming the attribute within the EmbeddedId mapped by this relationship.
-
-
-
Method Detail
-
getMappedIdAttributeName
java.lang.String getMappedIdAttributeName()
Obtain theMapsId.value()
naming the attribute within the EmbeddedId mapped by this relationship.- Returns:
- The corresponding id attribute name.
-
getAssociationAttributeSource
SingularAttributeSourceToOne getAssociationAttributeSource()
The attribute source information- Returns:
- The association attribute information
-
-