Package org.hibernate.annotations
Class NoAttributeConverter<O,R>
- java.lang.Object
-
- org.hibernate.annotations.NoAttributeConverter<O,R>
-
- All Implemented Interfaces:
AttributeConverter<O,R>
@Deprecated(since="6.2") public class NoAttributeConverter<O,R> extends Object implements AttributeConverter<O,R>
Deprecated.this class is no longer used
-
-
Constructor Summary
Constructors Constructor Description NoAttributeConverter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RconvertToDatabaseColumn(Object attribute)Deprecated.OconvertToEntityAttribute(Object dbData)Deprecated.
-
-
-
Method Detail
-
convertToDatabaseColumn
public R convertToDatabaseColumn(Object attribute)
Deprecated.- Specified by:
convertToDatabaseColumnin interfaceAttributeConverter<O,R>
-
convertToEntityAttribute
public O convertToEntityAttribute(Object dbData)
Deprecated.- Specified by:
convertToEntityAttributein interfaceAttributeConverter<O,R>
-
-