Java javax.persistence AttributeConverter fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence AttributeConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence AttributeConverter.

The text is from its open source code.

Implementation

javax.persistence.AttributeConverter has the following implementations.
Click this link to see all its implementation.

Method

YconvertToDatabaseColumn(X attribute)
Converts the value stored in the entity attribute into the data representation to be stored in the database.
XconvertToEntityAttribute(Y dbData)
Converts the data stored in the database column into the value to be stored in the entity attribute.
ClassgetClass()
Returns the runtime class of this Object .