JPA Attribute Converter: Difference between revisions
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
- 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.