接口 AttributeSourceContainer
-
- 所有超级接口:
ToolingHintContextContainer
- 所有已知子接口:
EmbeddableSource,EntitySource,IdentifiableTypeSource,JoinedSubclassEntitySource,SubclassEntitySource
- 所有已知实现类:
AbstractEntitySourceImpl,EmbeddableSourceImpl,EmbeddableSourceVirtualImpl,JoinedSubclassEntitySourceImpl,RootEntitySourceImpl,SubclassEntitySourceImpl
public interface AttributeSourceContainer extends ToolingHintContextContainer
Contract for a container ofAttributeSourcereferences. Entities, MappedSuperclasses and composites (Embeddables) all contain attributes. Think of this as the corollary to what JPA calls a ManagedType on the source side of things.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 List<AttributeSource>attributeSources()Obtain this container's attribute sources.AttributePathgetAttributePathBase()AttributeRolegetAttributeRoleBase()LocalMetadataBuildingContextgetLocalMetadataBuildingContext()Obtain the local binding context associated with this container.-
从接口继承的方法 org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-
-
-
方法详细资料
-
getAttributePathBase
AttributePath getAttributePathBase()
-
getAttributeRoleBase
AttributeRole getAttributeRoleBase()
-
attributeSources
List<AttributeSource> attributeSources()
Obtain this container's attribute sources.- 返回:
- The attribute sources.
-
getLocalMetadataBuildingContext
LocalMetadataBuildingContext getLocalMetadataBuildingContext()
Obtain the local binding context associated with this container.- 返回:
- The local binding context
-
-