接口的使用
org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
-
使用ForeignKeyContributingSource的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.internal.hbm中ForeignKeyContributingSource的使用
实现ForeignKeyContributingSource的org.hibernate.boot.model.source.internal.hbm中的类 修饰符和类型 类 说明 classAbstractToOneAttributeSourceImplclassCompositeIdentifierSingularAttributeSourceManyToOneImplDescriptor for<key-many-to-one/>mappingclassJoinedSubclassEntitySourceImplclassPluralAttributeElementSourceManyToManyImplclassPluralAttributeKeySourceImpl -
org.hibernate.boot.model.source.spi中ForeignKeyContributingSource的使用
org.hibernate.boot.model.source.spi中ForeignKeyContributingSource的子接口 修饰符和类型 接口 说明 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).
-