Uses of Class
org.hibernate.type.CustomType
Packages that use CustomType
Package
Description
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of CustomType in org.hibernate.boot.model.process.internal
Constructors in org.hibernate.boot.model.process.internal with parameters of type CustomTypeModifierConstructorDescriptionUserTypeResolution(CustomType<T> userTypeAdapter, MutabilityPlan<T> explicitMutabilityPlan, Properties combinedTypeParameters) -
Uses of CustomType in org.hibernate.type
Methods in org.hibernate.type that return CustomType -
Uses of CustomType in org.hibernate.type.internal
Constructors in org.hibernate.type.internal with parameters of type CustomTypeModifierConstructorDescriptionUserTypeJavaTypeWrapper(UserType<J> userType, CustomType<J> customType) UserTypeVersionJavaTypeWrapper(UserVersionType<J> userType, CustomType<J> customType)