Uses of Class
org.hibernate.mapping.OneToOne
-
Packages that use OneToOne Package Description org.hibernate.boot.model.internal 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.internal
Constructors in org.hibernate.boot.model.internal with parameters of type OneToOne Constructor Description OneToOneSecondPass(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 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)
-