Posts

Showing posts with the label JPA

getResultStream() in JPA 2.2

" The Stream API provides a great way to process the result set. But please keep in mind that databases are highly optimized to work with huge datasets and can do that a lot faster than your Java code. So, it’s better to perform all filter, limit and sorting operations in the database and just use the Stream to iterate through the result set. " https://www.thoughts-on-java.org/jpa-2-2s-new-stream-method-and-how-you-should-not-use-it/

JPA & Database-Performance

Nice article regarding JPA and database performance: https://weblogs.java.net/blog/caroljmcdonald/archive/2009/08/28/jpa-performance-dont-ignore-database-0

Struts2, Spring2 JPA & AJAX

On this tutorial we will demonstrate how to setup Struts 2 in Eclipse, and make it work with Spring, Java Persistence API (using Hibernate) and Struts 2 Ajax tags... http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html

JPA Security

JPA Security is an Access Control Solution for the Java Persistence API (JPA) http://jpasecurity.sourceforge.net/index.html