Interface MapsIdSource
public interface MapsIdSource
Describes a relationship annotated with
MapsId
-
Method Summary
Modifier and TypeMethodDescriptionThe attribute source informationObtain theMapsId.value()
naming the attribute within the EmbeddedId mapped by this relationship.
-
Method Details
-
getMappedIdAttributeName
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
-