Interface MapsIdSource
-
public interface MapsIdSourceDescribes a relationship annotated withMapsId
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SingularAttributeSourceToOnegetAssociationAttributeSource()The attribute source informationjava.lang.StringgetMappedIdAttributeName()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
-
-