DATATABLES JPA2 Integration.
- Integration library to use Datatables with JPA2
- 1.0.3
- Java >= 8
- Datatables >= 1.10 (It may work with older versions, but it has not been tested)
- JPA >= 2.1
- Add Maven dependency
<dependency>
<groupId>ar.com.hal9000</groupId>
<artifactId>datatables-integration</artifactId>
<version>1.0.3</version>
</dependency>- Using Criteria API
- Using Queries
Licensed under Apache License Version 2.0