Uses of Class
org.hibernate.type.SpecialOneToOneType
Packages that use SpecialOneToOneType
Package
Description
This package defines the Hibernate configuration-time mapping model.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of SpecialOneToOneType in org.hibernate.mapping
Methods in org.hibernate.mapping that return SpecialOneToOneTypeModifier and TypeMethodDescriptionstatic SpecialOneToOneType
MappingHelper.specialOneToOne
(String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String referencedPropertyName, boolean lazy, boolean unwrapProxy, String owningEntityName, String owningEntityPropertyName, boolean constrained, MetadataBuildingContext buildingContext) -
Uses of SpecialOneToOneType in org.hibernate.type
Constructors in org.hibernate.type with parameters of type SpecialOneToOneTypeModifierConstructorDescriptionSpecialOneToOneType
(SpecialOneToOneType original, String superTypeEntityName)