Class AttributeConverterInstance<O,R>

java.lang.Object
org.hibernate.type.descriptor.converter.internal.AttributeConverterInstance<O,R>
All Implemented Interfaces:
BasicValueConverter<O,R>

public final class AttributeConverterInstance<O,R> extends Object implements BasicValueConverter<O,R>
Implementation of BasicValueConverter backed by an instance of the JPA-standard AttributeConverter.

This is used as an adaptor for the AttributeConverter returned by UserType.getValueConverter()

Since:
7.0