Batoo Persistence API

The fastest JPA 2.0 Implementation

License

License

GroupId

GroupId

org.batoo.jpa
ArtifactId

ArtifactId

persistence-api
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Batoo Persistence API
The fastest JPA 2.0 Implementation
Project Organization

Project Organization

Batoo Software & Consultancy

Download persistence-api

How to add to project

<!-- https://jarcasting.com/artifacts/org.batoo.jpa/persistence-api/ -->
<dependency>
    <groupId>org.batoo.jpa</groupId>
    <artifactId>persistence-api</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.batoo.jpa/persistence-api/
implementation 'org.batoo.jpa:persistence-api:2.0'
// https://jarcasting.com/artifacts/org.batoo.jpa/persistence-api/
implementation ("org.batoo.jpa:persistence-api:2.0")
'org.batoo.jpa:persistence-api:jar:2.0'
<dependency org="org.batoo.jpa" name="persistence-api" rev="2.0">
  <artifact name="persistence-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.batoo.jpa', module='persistence-api', version='2.0')
)
libraryDependencies += "org.batoo.jpa" % "persistence-api" % "2.0"
[org.batoo.jpa/persistence-api "2.0"]

Dependencies

test (4)

Group / Artifact Type Version
junit : junit jar 4.10
org.mockito : mockito-core jar 1.9.0
org.slf4j : jul-to-slf4j jar 1.6.6
org.slf4j : jcl-over-slf4j jar 1.6.6

Project Modules

There are no modules declared in this project.

Build Status Welcome to Batoo JPA - http://batoo.org


Batoo JPA 2.0 Spec Implementation

Deprecated - This project is not maintained anymore!!!

LICENSE

Copyright (c) 2012-2013, Batu Alp Ceylan

This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU Lesser General Public License, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this distribution; if not, write to: Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor Boston, MA 02110-1301 USA

FEATURES

  • Full implementation of JPA 2.0 Spec (except for the L2 Cache for now)
  • Minimum deviation from the specification
  • Full JTA Support
  • Built in connection pool for Java SE
  • Prepared Statement cache support for Java SE

COMPATIBILITY

Batoo JPA has been tested with the following databases:

  • Derby
  • HypersonicDB
  • H2
  • MySql
  • PostgreSQL
  • MsSQL
  • Oracle
  • Sybase SQLAnyWhere

Batoo JPA has been tested with the following platforms:

  • Java SE 1.6
  • Java SE 1.7
  • JBoss AS 6.1.0.Final
  • JBoss AS 7.1.1.Final
  • GlassFish 3.1.2.1
  • Apache TomEE 5.0
  • Apache Tomcat 7.0.x

BUILDING

  1. Install Maven 3.0.X if you haven't installed it previously.

  2. Install JDK 1.7 if you haven't installed it previously.

  3. check the project using

    $ git clone git://github.com/BatooOrg/BatooJPA.git

    $ cd BatooJPA

    $ mvn install

Note: The initial build may take a long time.

BENCHMARK

You can use BatooJPABenchmark for benchmarking.

org.batoo.jpa

Batoo Software

Versions

Version
2.0