Uses of Interface
org.hibernate.boot.model.source.spi.ColumnBindingDefaults
-
Packages that use ColumnBindingDefaults Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of ColumnBindingDefaults in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement ColumnBindingDefaults Modifier and Type Class Description class
CompositeIdentifierSingularAttributeSourceBasicImpl
Descriptor for<key-property/>
class
CompositeIdentifierSingularAttributeSourceManyToOneImpl
Descriptor for<key-many-to-one/>
mappingclass
PluralAttributeElementSourceBasicImpl
class
PluralAttributeElementSourceManyToManyImpl
class
PluralAttributeKeySourceImpl
class
PluralAttributeMapKeyManyToManySourceImpl
class
PluralAttributeMapKeySourceBasicImpl
class
PluralAttributeSequentialIndexSourceImpl
-
Uses of ColumnBindingDefaults in org.hibernate.boot.model.source.spi
Subinterfaces of ColumnBindingDefaults in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
PluralAttributeElementSourceBasic
Describes the source for the elements of persistent collections (plural attributes) where the elements are basic typesinterface
PluralAttributeElementSourceManyToMany
Describes the source for the elements of persistent collections (plural attributes) where the elements are many-to-many associationinterface
PluralAttributeKeySource
Describes the source mapping of plural-attribute (collection) foreign-key information.interface
PluralAttributeMapKeyManyToManySource
Additional source information for<map-key-many-to-many/>
and<index-many-to-many/>
.interface
PluralAttributeMapKeySourceBasic
interface
PluralAttributeSequentialIndexSource
Defines the index of a persistent list/arrayinterface
RelationalValueSourceContainer
Contract for a container ofRelationalValueSource
references.interface
SingularAttributeSourceBasic
interface
SingularAttributeSourceManyToOne
interface
VersionAttributeSource
-