Uses of Interface
org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
Packages that use ForeignKeyContributingSource
Package
Description
-
Uses of ForeignKeyContributingSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement ForeignKeyContributingSourceModifier and TypeClassDescriptionclass
class
Descriptor for<key-many-to-one/>
mappingclass
class
class
-
Uses of ForeignKeyContributingSource in org.hibernate.boot.model.source.spi
Subinterfaces of ForeignKeyContributingSource in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterface
interface
Describes the source for the elements of persistent collections (plural attributes) where the elements are many-to-many associationinterface
Describes the source mapping of plural-attribute (collection) foreign-key information.interface
interface
interface
interface
Further contract for sources of singular associations (one-to-one
andmany-to-one
).