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.internal
Constructors in org.hibernate.boot.model.internal with parameters of type OneToOneModifierConstructorDescriptionOneToOneSecondPass(PropertyBinder binder, Property property, OneToOne oneToOne, String mappedBy, String ownerEntity, PropertyHolder propertyHolder, PropertyData inferredData, boolean annotatedEntity, NotFoundAction notFoundAction, AnnotatedJoinColumns columns, MetadataBuildingContext buildingContext) -
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 TypeMethodDescriptionvoidRelationalObjectBinder.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 OneToOneMethods in org.hibernate.mapping with parameters of type OneToOne