Class AttributeConverterBean<O,R>

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

public final class AttributeConverterBean<O,R> extends Object implements JpaAttributeConverter<O,R>
Standard implementation of JpaAttributeConverter backed by a ManagedBean.

JPA requires support for injection into AttributeConverter instances via CDI.

See Also: