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 class
AbstractEntitySourceImpl
class
EmbeddableSourceImpl
class
EmbeddableSourceVirtualImpl
A virtual embeddable; what Hibernate historically (pre-JPA) called an embedded component.class
JoinedSubclassEntitySourceImpl
class
RootEntitySourceImpl
class
SubclassEntitySourceImpl
Methods in org.hibernate.boot.model.source.internal.hbm that return AttributeSourceContainer Modifier and Type Method Description protected AttributeSourceContainer
AbstractPluralAttributeSourceImpl. container()
AttributeSourceContainer
AttributesHelper.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 interface
EmbeddableSource
Represents the binding source for an "embeddable" (in JPA terms) or "composite" (in legacy Hibernate terms).interface
EntitySource
Contract describing source of information related to mapping an entity.interface
IdentifiableTypeSource
Common contract between Entity and MappedSuperclass sources.interface
JoinedSubclassEntitySource
interface
SubclassEntitySource
-