接口 AssociationSource
-
- 所有已知子接口:
PluralAttributeElementSourceAssociation,PluralAttributeElementSourceManyToMany,PluralAttributeElementSourceOneToMany,SingularAttributeSourceManyToOne,SingularAttributeSourceOneToOne,SingularAttributeSourceToOne
- 所有已知实现类:
AbstractPluralAssociationElementSourceImpl,AbstractToOneAttributeSourceImpl,CompositeIdentifierSingularAttributeSourceManyToOneImpl,PluralAttributeElementSourceManyToManyImpl,PluralAttributeElementSourceOneToManyImpl
public interface AssociationSource- 作者:
- Gail Badner
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 AttributeSourcegetAttributeSource()StringgetReferencedEntityName()Obtain the name of the referenced entity.booleanisIgnoreNotFound()booleanisMappedBy()
-
-
-
方法详细资料
-
getAttributeSource
AttributeSource getAttributeSource()
-
getReferencedEntityName
String getReferencedEntityName()
Obtain the name of the referenced entity.- 返回:
- The name of the referenced entity
-
isIgnoreNotFound
boolean isIgnoreNotFound()
-
isMappedBy
boolean isMappedBy()
-
-