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
Describes a plural attribute that is indexed.Classes in org.hibernate.boot.model.source.internal.hbm that implement AttributeSourceModifier and TypeClassDescriptionclass
class
Common base class for<component/>
and<composite-id/>
mappings.class
class
Descriptor for<key-property/>
class
Descriptor for<key-many-to-one/>
mappingclass
class
class
class
class
class
class
class
Methods in org.hibernate.boot.model.source.internal.hbm that return AttributeSourceModifier and TypeMethodDescriptionAbstractPluralAssociationElementSourceImpl.getAttributeSource()
AbstractToOneAttributeSourceImpl.getAttributeSource()
Methods in org.hibernate.boot.model.source.internal.hbm that return types with arguments of type AttributeSourceModifier and TypeMethodDescriptionAbstractEntitySourceImpl.attributeSources()
EmbeddableSourceImpl.attributeSources()
EmbeddableSourceVirtualImpl.attributeSources()
protected List<AttributeSource>
AbstractEntitySourceImpl.buildAttributeSources()
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type AttributeSourceModifier and TypeMethodDescriptionvoid
AttributesHelper.Callback.addAttributeSource
(AttributeSource attributeSource) -
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.