Uses of Interface
org.hibernate.boot.model.source.spi.AttributeSourceContainer
-
Packages that use AttributeSourceContainer Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of AttributeSourceContainer in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement AttributeSourceContainer Modifier and Type Class Description classAbstractEntitySourceImplclassEmbeddableSourceImplclassEmbeddableSourceVirtualImplA virtual embeddable; what Hibernate historically (pre-JPA) called an embedded component.classJoinedSubclassEntitySourceImplclassRootEntitySourceImplclassSubclassEntitySourceImplMethods in org.hibernate.boot.model.source.internal.hbm that return AttributeSourceContainer Modifier and Type Method Description protected AttributeSourceContainerAbstractPluralAttributeSourceImpl. container()AttributeSourceContainerAttributesHelper.Callback. getAttributeSourceContainer() -
Uses of AttributeSourceContainer in org.hibernate.boot.model.source.spi
Subinterfaces of AttributeSourceContainer in org.hibernate.boot.model.source.spi Modifier and Type Interface Description 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
-