接口的使用
org.hibernate.boot.model.source.spi.AttributeSourceContainer
-
使用AttributeSourceContainer的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.internal.hbm中AttributeSourceContainer的使用
实现AttributeSourceContainer的org.hibernate.boot.model.source.internal.hbm中的类 修饰符和类型 类 说明 classAbstractEntitySourceImplclassEmbeddableSourceImplclassEmbeddableSourceVirtualImplA virtual embeddable; what Hibernate historically (pre-JPA) called an embedded component.classJoinedSubclassEntitySourceImplclassRootEntitySourceImplclassSubclassEntitySourceImpl返回AttributeSourceContainer的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 protected AttributeSourceContainerAbstractPluralAttributeSourceImpl. container()AttributeSourceContainerAttributesHelper.Callback. getAttributeSourceContainer() -
org.hibernate.boot.model.source.spi中AttributeSourceContainer的使用
org.hibernate.boot.model.source.spi中AttributeSourceContainer的子接口 修饰符和类型 接口 说明 interfaceEmbeddableSourceRepresents the binding source for an "embeddable" (in JPA terms) or "composite" (in legacy Hibernate terms).interfaceEntitySourceContract describing source of information related to mapping an entity.interfaceIdentifiableTypeSourceCommon contract between Entity and MappedSuperclass sources.interfaceJoinedSubclassEntitySourceinterfaceSubclassEntitySource
-