Uses of Class
org.hibernate.type.SpecialOneToOneType
-
Packages that use SpecialOneToOneType Package Description org.hibernate.mapping org.hibernate.type -
-
Uses of SpecialOneToOneType in org.hibernate.mapping
Methods in org.hibernate.mapping that return SpecialOneToOneType Modifier and Type Method Description static 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 SpecialOneToOneType Constructor Description SpecialOneToOneType(SpecialOneToOneType original, String superTypeEntityName)
-