Class JpaAttributeConverterImpl<O,R>

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

public class JpaAttributeConverterImpl<O,R> extends Object implements JpaAttributeConverter<O,R>
Standard implementation of JpaAttributeConverter.
Author:
Steve Ebersole
See Also: