Uses of Interface
org.hibernate.boot.model.source.spi.AttributeSource
-
Packages that use AttributeSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of AttributeSource in org.hibernate.boot.model.source.internal.hbm
Subinterfaces of AttributeSource in org.hibernate.boot.model.source.internal.hbm Modifier and Type Interface Description interface
IndexedPluralAttributeSource
Describes a plural attribute that is indexed.Classes in org.hibernate.boot.model.source.internal.hbm that implement AttributeSource Modifier and Type Class Description class
AbstractPluralAttributeSourceImpl
class
AbstractSingularAttributeSourceEmbeddedImpl
Common base class forand mappings. class
AbstractToOneAttributeSourceImpl
class
CompositeIdentifierSingularAttributeSourceBasicImpl
Descriptor for<key-property/>
class
CompositeIdentifierSingularAttributeSourceManyToOneImpl
Descriptor for<key-many-to-one/>
mappingclass
PluralAttributeSourceArrayImpl
class
PluralAttributeSourceBagImpl
class
PluralAttributeSourceIdBagImpl
class
PluralAttributeSourceListImpl
class
PluralAttributeSourceMapImpl
class
PluralAttributeSourcePrimitiveArrayImpl
class
PluralAttributeSourceSetImpl
class
SingularAttributeSourceAnyImpl
Methods in org.hibernate.boot.model.source.internal.hbm that return AttributeSource Modifier and Type Method Description AttributeSource
AbstractPluralAssociationElementSourceImpl. getAttributeSource()
AttributeSource
AbstractToOneAttributeSourceImpl. getAttributeSource()
Methods in org.hibernate.boot.model.source.internal.hbm that return types with arguments of type AttributeSource Modifier and Type Method Description List<AttributeSource>
AbstractEntitySourceImpl. attributeSources()
List<AttributeSource>
EmbeddableSourceImpl. attributeSources()
List<AttributeSource>
EmbeddableSourceVirtualImpl. attributeSources()
protected List<AttributeSource>
AbstractEntitySourceImpl. buildAttributeSources()
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type AttributeSource Modifier and Type Method Description void
AttributesHelper.Callback. addAttributeSource(AttributeSource attributeSource)
-
Uses of AttributeSource in org.hibernate.boot.model.source.spi
Subinterfaces of AttributeSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
PluralAttributeSource
interface
PluralAttributeSourceArray
interface
SingularAttributeSource
Source-agnostic description of information needed to bind a singular attribute.interface
SingularAttributeSourceAny
Describes an<any/>
mappinginterface
SingularAttributeSourceBasic
interface
SingularAttributeSourceEmbedded
Represents the binding source for a singular attribute that is "embedded" or "composite".interface
SingularAttributeSourceManyToOne
interface
SingularAttributeSourceOneToOne
interface
SingularAttributeSourceToOne
Further contract for sources of singular associations (one-to-one
andmany-to-one
).interface
VersionAttributeSource
Methods in org.hibernate.boot.model.source.spi that return AttributeSource Modifier and Type Method Description AttributeSource
AssociationSource. getAttributeSource()
Methods in org.hibernate.boot.model.source.spi that return types with arguments of type AttributeSource Modifier and Type Method Description List<AttributeSource>
AttributeSourceContainer. attributeSources()
Obtain this container's attribute sources.
-