Posts Tagged ‘JPA’

Java generic paged lazy List with JSF/JPA example implementation

Wednesday, July 22nd, 2009

Here’s a list implementation I came up with to enable true paged data fetching completely transparent to any user. It works independent of persistence layers, such as JPA implementations etc.

read on