JPA Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


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.
<font color=darkgray>TODO https://www.thoughts-on-java.org/jpa-21-how-to-implement-type-converter/</font>


=Annotations=
=Annotations=

Revision as of 16:57, 31 October 2018

Internal

EntityManager

Attribute Converter

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

TODO https://www.thoughts-on-java.org/jpa-21-how-to-implement-type-converter/

Annotations

Deplete