Quantcast
Channel: hasCode.com
Viewing all articles
Browse latest Browse all 92

Java Persistence API: Controlling the Second-Level-Cache

$
0
0
Using the Java Persistence API and a decent persistence provider allows us to configure and fine-tune when and how the second level cache is used in our application. In the following short examples, we’re going to demonstrate those features written as JUnit test cases and running on a H2 in-memory database. Setup First of all [...]

Viewing all articles
Browse latest Browse all 92

Trending Articles