Uses of Class
org.hibernate.type.CustomType
-
Packages that use CustomType Package Description org.hibernate.boot.model.process.internal org.hibernate.type -
-
Uses of CustomType in org.hibernate.boot.model.process.internal
Constructors in org.hibernate.boot.model.process.internal with parameters of type CustomType Constructor Description EnumeratedValueResolution(CustomType<Object> enumTypeMapping, JavaType<E> domainJtd, JavaType<?> jdbcJtd, JdbcType jdbcType, EnumValueConverter<E,?> valueConverter)
UserTypeResolution(CustomType<?> userTypeAdapter, MutabilityPlan<?> explicitMutabilityPlan, Properties combinedTypeParameters)
-
Uses of CustomType in org.hibernate.type
Methods in org.hibernate.type that return CustomType Modifier and Type Method Description <T> CustomType<T>
BasicTypeRegistry. register(UserType<T> type, String... keys)
-