JPA Concepts: Difference between revisions

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


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


=Annotations=
=Annotations=

Revision as of 16:56, 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.

Annotations

Deplete