接口的使用
org.hibernate.boot.model.source.spi.AssociationSource
-
使用AssociationSource的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.internal.hbm中AssociationSource的使用
实现AssociationSource的org.hibernate.boot.model.source.internal.hbm中的类 修饰符和类型 类 说明 classAbstractPluralAssociationElementSourceImplclassAbstractToOneAttributeSourceImplclassCompositeIdentifierSingularAttributeSourceManyToOneImplDescriptor for<key-many-to-one/>mappingclassPluralAttributeElementSourceManyToManyImplclassPluralAttributeElementSourceOneToManyImpl -
org.hibernate.boot.model.source.spi中AssociationSource的使用
org.hibernate.boot.model.source.spi中AssociationSource的子接口 修饰符和类型 接口 说明 interfacePluralAttributeElementSourceAssociationinterfacePluralAttributeElementSourceManyToManyDescribes the source for the elements of persistent collections (plural attributes) where the elements are many-to-many associationinterfacePluralAttributeElementSourceOneToManyDescribes the source for the elements of persistent collections (plural attributes) where the elements are a one-to-many associationinterfaceSingularAttributeSourceManyToOneinterfaceSingularAttributeSourceOneToOneinterfaceSingularAttributeSourceToOneFurther contract for sources of singular associations (one-to-oneandmany-to-one).
-