Interface JpaAttributeConverter<O,R>

Type Parameters:
O - The entity attribute type
R - The converted type
All Superinterfaces:
BasicValueConverter<O,R>
All Known Implementing Classes:
JpaAttributeConverterImpl

@Incubating public interface JpaAttributeConverter<O,R> extends BasicValueConverter<O,R>
Adapts a JPA-standard AttributeConverter to the native BasicValueConverter.