JPA Attribute Converter: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:


An attribute converter allows the developer to specify methods to convert between the database and the Java representation of an attribute.
An attribute converter allows the developer to specify methods to convert between the database and the Java representation of an attribute.
=Playground Example=

Revision as of 19:54, 31 October 2018

External

Internal

Overview

An attribute converter allows the developer to specify methods to convert between the database and the Java representation of an attribute.

Playground Example