Uses of Interface
org.hibernate.type.descriptor.converter.spi.EnumValueConverter
-
Packages that use EnumValueConverter Package Description org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of EnumValueConverter in org.hibernate.type
Methods in org.hibernate.type that return EnumValueConverter Modifier and Type Method Description EnumValueConverter<T,?>EnumType. getEnumValueConverter()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.type with parameters of type EnumValueConverter Constructor Description EnumType(Class<T> enumClass, EnumValueConverter<T,?> enumValueConverter, TypeConfiguration typeConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.
-