Uses of Class
org.hibernate.type.SpecialOneToOneType
-
Packages that use SpecialOneToOneType 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 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)
-