接口 MapsIdSource
-
public interface MapsIdSourceDescribes a relationship annotated withMapsId- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 SingularAttributeSourceToOnegetAssociationAttributeSource()The attribute source informationStringgetMappedIdAttributeName()Obtain theMapsId.value()naming the attribute within the EmbeddedId mapped by this relationship.
-
-
-
方法详细资料
-
getMappedIdAttributeName
String getMappedIdAttributeName()
Obtain theMapsId.value()naming the attribute within the EmbeddedId mapped by this relationship.- 返回:
- The corresponding id attribute name.
-
getAssociationAttributeSource
SingularAttributeSourceToOne getAssociationAttributeSource()
The attribute source information- 返回:
- The association attribute information
-
-