JPA: Difference between revisions

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


<syntaxhighlight lang='groovy'>
<syntaxhighlight lang='groovy'>
compileOnly('javax.persistence:javax.persisence.api')
compileOnly('javax:javaee-api:7.0')
</syntaxhighlight>
</syntaxhighlight>



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