Uses of Class
org.hibernate.mapping.OneToOne
-
Packages that use OneToOne Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.mapping -
-
Uses of OneToOne in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type OneToOne Modifier and Type Method Description voidRelationalObjectBinder. bindFormulas(MappingDocument sourceDocument, List<DerivedValueSource> formulaSources, OneToOne oneToOneBinding)voidModelBinder. bindOneToOne(MappingDocument sourceDocument, SingularAttributeSourceOneToOne oneToOneSource, OneToOne oneToOneBinding) -
Uses of OneToOne in org.hibernate.mapping
Methods in org.hibernate.mapping that return OneToOne Modifier and Type Method Description OneToOneOneToOne. copy()Methods in org.hibernate.mapping with parameters of type OneToOne Modifier and Type Method Description ObjectValueVisitor. accept(OneToOne oto)booleanOneToOne. isSame(OneToOne other)
-