# jpab **Repository Path**: mirrors_andyglick/jpab ## Basic Information - **Project Name**: jpab - **Description**: JPA Benchmark tool ("fork" from http://www.jpab.org/) - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JPA Benchmark "Forked" from jpab.org. ## Main changes * Use Maven * Use NoSQL databases (Cassandra/Kundera, ...) * Removed Ext Tests (not supported by Kundera) ## Compile and Run Traditional maven command: mvn package Create the required key space inside Cassandra: cqlsh cqlsh> CREATE KEYSPACE kunderatests; Run the JAR inside the target folder: cd target java -jar jpab-1.0-SNAPSHOT.jar ## About Kundera Issues found so far: * It does not support extends (I had to remove Ext tests) * SELECT COUNT(o) FROM Object o, returns an object, not a Number