Uses of Interface
org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
-
Packages that use ForeignKeyContributingSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of ForeignKeyContributingSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement ForeignKeyContributingSource Modifier and Type Class Description classAbstractToOneAttributeSourceImplclassCompositeIdentifierSingularAttributeSourceManyToOneImplDescriptor for<key-many-to-one/>mappingclassJoinedSubclassEntitySourceImplclassPluralAttributeElementSourceManyToManyImplclassPluralAttributeKeySourceImpl -
Uses of ForeignKeyContributingSource in org.hibernate.boot.model.source.spi
Subinterfaces of ForeignKeyContributingSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interfaceJoinedSubclassEntitySourceinterfacePluralAttributeElementSourceManyToManyDescribes 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.interfaceSecondaryTableSourceinterfaceSingularAttributeSourceManyToOneinterfaceSingularAttributeSourceOneToOneinterfaceSingularAttributeSourceToOneFurther contract for sources of singular associations (one-to-oneandmany-to-one).
-