JPA Attribute Converter: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://www.thoughts-on-java.org/jpa-21-how-to-implement-type-converter =Internal= * JPA Concepts =Overview= An attribut...") |
No edit summary |
||
Line 2: | Line 2: | ||
* https://www.thoughts-on-java.org/jpa-21-how-to-implement-type-converter | * https://www.thoughts-on-java.org/jpa-21-how-to-implement-type-converter | ||
* https://www.thoughts-on-java.org/jpa-21-type-converter-better-way-to/ | |||
=Internal= | =Internal= |
Revision as of 17:01, 31 October 2018
External
- https://www.thoughts-on-java.org/jpa-21-how-to-implement-type-converter
- https://www.thoughts-on-java.org/jpa-21-type-converter-better-way-to/
Internal
Overview
An attribute converter allows the developer to specify methods to convert between the database and the Java representation of an attribute.