JPA: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* JPA 2.2 Specifications https://jcp.org/en/jsr/detail?id=338
=Internal=
=Internal=


Line 11: Line 15:


{{Internal|JPA vs JDBC|JPA vs. JDBC}}
{{Internal|JPA vs JDBC|JPA vs. JDBC}}
=Dependencies=
<syntaxhighlight lang='groovy'>
compileOnly('javax:javaee-api:7.0')
</syntaxhighlight>


=Subjects=
=Subjects=

Latest revision as of 19:22, 2 November 2018

External

Internal

Overview

Java Persistence API (JPA).

JPA vs. JDBC

JPA vs. JDBC

Dependencies

compileOnly('javax:javaee-api:7.0')

Subjects