Package org.hibernate.annotations
Class NoAttributeConverter<O,R>
- java.lang.Object
-
- org.hibernate.annotations.NoAttributeConverter<O,R>
-
- All Implemented Interfaces:
AttributeConverter<O,R>
public class NoAttributeConverter<O,R> extends Object implements AttributeConverter<O,R>
-
-
Constructor Summary
Constructors Constructor Description NoAttributeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
convertToDatabaseColumn(Object attribute)
O
convertToEntityAttribute(Object dbData)
-
-
-
Method Detail
-
convertToDatabaseColumn
public R convertToDatabaseColumn(Object attribute)
- Specified by:
convertToDatabaseColumn
in interfaceAttributeConverter<O,R>
-
convertToEntityAttribute
public O convertToEntityAttribute(Object dbData)
- Specified by:
convertToEntityAttribute
in interfaceAttributeConverter<O,R>
-
-