Uses of Class
org.hibernate.mapping.OneToOne
Packages that use OneToOne
Package
Description
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 OneToOneModifier and TypeMethodDescriptionvoid
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 OneToOneMethods in org.hibernate.mapping with parameters of type OneToOne