tvdtb / MasteringJPAPerformance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mastering JPA Performance

Demo code for my "Mastering JPA Performance" talk at Oracle Code on 25-10-2018.

All code is written in JUnit 5 and runs by default using a H2 in-memory database.

It's organized following the CRUD scheme

All Tests run successfully in the default configuration, except CreateTest.java which needs to be optimized. Changing the mapping of entities may affect other tests as well.

You can

About


Languages

Language:Java 100.0%