类的使用
org.hibernate.mapping.OneToOne
-
使用OneToOne的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.boot.model.source.internal.hbm中OneToOne的使用
参数类型为OneToOne的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 voidRelationalObjectBinder. bindFormulas(MappingDocument sourceDocument, List<DerivedValueSource> formulaSources, OneToOne oneToOneBinding)voidModelBinder. bindOneToOne(MappingDocument sourceDocument, SingularAttributeSourceOneToOne oneToOneSource, OneToOne oneToOneBinding) -
org.hibernate.mapping中OneToOne的使用
参数类型为OneToOne的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 ObjectValueVisitor. accept(OneToOne oto)booleanOneToOne. isSame(OneToOne other)
-