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 classCompositeIdentifierSingularAttributeSourceBasicImplDescriptor for<key-property/>classCompositeIdentifierSingularAttributeSourceManyToOneImplDescriptor for<key-many-to-one/>mappingclassPluralAttributeElementSourceBasicImplclassPluralAttributeElementSourceManyToManyImplclassPluralAttributeKeySourceImplclassPluralAttributeMapKeyManyToManySourceImplclassPluralAttributeMapKeySourceBasicImplclassPluralAttributeSequentialIndexSourceImpl -
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 interfacePluralAttributeElementSourceBasicDescribes the source for the elements of persistent collections (plural attributes) where the elements are basic typesinterfacePluralAttributeElementSourceManyToManyDescribes the source for the elements of persistent collections (plural attributes) where the elements are many-to-many associationinterfacePluralAttributeKeySourceDescribes the source mapping of plural-attribute (collection) foreign-key information.interfacePluralAttributeMapKeyManyToManySourceAdditional source information for<map-key-many-to-many/>and<index-many-to-many/>.interfacePluralAttributeMapKeySourceBasicinterfacePluralAttributeSequentialIndexSourceDefines the index of a persistent list/arrayinterfaceRelationalValueSourceContainerContract for a container ofRelationalValueSourcereferences.interfaceSingularAttributeSourceBasicinterfaceSingularAttributeSourceManyToOneinterfaceVersionAttributeSource
-