Uses of Class
org.hibernate.mapping.OneToOne
-
Packages that use OneToOne Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
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 void
RelationalObjectBinder. bindFormulas(MappingDocument sourceDocument, List<DerivedValueSource> formulaSources, OneToOne oneToOneBinding)
void
ModelBinder. 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 OneToOne
OneToOne. copy()
Methods in org.hibernate.mapping with parameters of type OneToOne Modifier and Type Method Description Object
ValueVisitor. accept(OneToOne oto)
boolean
OneToOne. isSame(OneToOne other)
-