Uses of Interface
org.hibernate.boot.model.source.spi.AttributeSource
Packages that use AttributeSource
Package
Description
-
Uses of AttributeSource in org.hibernate.boot.model.source.internal.hbm
Subinterfaces of AttributeSource in org.hibernate.boot.model.source.internal.hbmModifier and TypeInterfaceDescriptioninterface
org.hibernate.boot.model.source.internal.hbm.IndexedPluralAttributeSource
-
Uses of AttributeSource in org.hibernate.boot.model.source.spi
Subinterfaces of AttributeSource in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterface
interface
interface
Source-agnostic description of information needed to bind a singular attribute.interface
Describes an<any/>
mappinginterface
interface
Represents the binding source for a singular attribute that is "embedded" or "composite".interface
interface
interface
Further contract for sources of singular associations (one-to-one
andmany-to-one
).interface
Methods in org.hibernate.boot.model.source.spi that return AttributeSourceMethods in org.hibernate.boot.model.source.spi that return types with arguments of type AttributeSourceModifier and TypeMethodDescriptionAttributeSourceContainer.attributeSources()
Obtain this container's attribute sources.