Interface JpaAttributeConverter<O,R>
-
- All Superinterfaces:
BasicValueConverter<O,R>
- All Known Implementing Classes:
JpaAttributeConverterImpl
@Incubating public interface JpaAttributeConverter<O,R> extends BasicValueConverter<O,R>
BasicValueConverter
extension forAttributeConverter
-specific support
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedBean<? extends AttributeConverter<O,R>>
getConverterBean()
JavaType<? extends AttributeConverter<O,R>>
getConverterJavaType()
-
Methods inherited from interface org.hibernate.type.descriptor.converter.spi.BasicValueConverter
getDomainJavaType, getRelationalJavaType, toDomainValue, toRelationalValue
-
-
-
-
Method Detail
-
getConverterJavaType
JavaType<? extends AttributeConverter<O,R>> getConverterJavaType()
-
getConverterBean
ManagedBean<? extends AttributeConverter<O,R>> getConverterBean()
-
-