Class ConverterHelper
- java.lang.Object
-
- org.hibernate.boot.model.convert.internal.ConverterHelper
-
public class ConverterHelper extends Object
Helpers related to handling converters
-
-
Constructor Summary
Constructors Constructor Description ConverterHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ParameterizedType
extractAttributeConverterParameterizedType(Class<? extends jakarta.persistence.AttributeConverter<?,?>> base)
-
-
-
Method Detail
-
extractAttributeConverterParameterizedType
public static ParameterizedType extractAttributeConverterParameterizedType(Class<? extends jakarta.persistence.AttributeConverter<?,?>> base)
-
-