Uses of Interface
org.hibernate.boot.model.source.spi.AttributeSourceContainer
-
Packages that use AttributeSourceContainer Package Description org.hibernate.boot.model.source.spi -
-
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
-