Interface JpaAttributeConverter<O,R>
-
- All Superinterfaces:
BasicValueConverter<O,R>
- All Known Implementing Classes:
JpaAttributeConverterImpl
public interface JpaAttributeConverter<O,R> extends BasicValueConverter<O,R>
BasicValueConverter extension for AttributeConverter-specific support
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedBean<? extends jakarta.persistence.AttributeConverter<O,R>>
getConverterBean()
JavaType<? extends jakarta.persistence.AttributeConverter<O,R>>
getConverterJavaType()
-
Methods inherited from interface org.hibernate.metamodel.model.convert.spi.BasicValueConverter
getCheckCondition, getDomainJavaType, getRelationalJavaType, getSpecializedTypeDeclaration, toDomainValue, toRelationalValue
-
-