Example usage for Java javax.persistence AttributeConverter fields, constructors, methods, implement or subclass
The text is from its open source code.
Y | convertToDatabaseColumn(X attribute) Converts the value stored in the entity attribute into the data representation to be stored in the database. |
X | convertToEntityAttribute(Y dbData) Converts the data stored in the database column into the value to be stored in the entity attribute. |
Class> | getClass() Returns the runtime class of this Object . |