JPA: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 15: 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