Uses of Class
org.hibernate.type.OneToOneType
-
Packages that use OneToOneType Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of OneToOneType in org.hibernate.mapping
Methods in org.hibernate.mapping that return OneToOneType Modifier and Type Method Description static OneToOneType
MappingHelper. oneToOne(String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String referencedPropertyName, boolean lazy, boolean unwrapProxy, String owningEntityName, String owningEntityPropertyName, boolean constrained, MetadataBuildingContext buildingContext)
-
Uses of OneToOneType in org.hibernate.type
Subclasses of OneToOneType in org.hibernate.type Modifier and Type Class Description class
SpecialOneToOneType
A one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.Constructors in org.hibernate.type with parameters of type OneToOneType Constructor Description OneToOneType(OneToOneType original, String superTypeEntityName)
-