Product Documentation

c-treeDB Java Persistence API (JPA)

Previous Topic

Next Topic

Introduction to c-treeDB JPA

The FairCom c-treeDB Java Persistence API, commonly referred to as the c-treeDB JPA, provides Java developers a unique record-oriented, non-SQL, Java framework to persist data using the FairCom Database Engine.

Most JPA drivers are built on SQL APIs, but this driver is different in that it avoids the SQL API layers and uses c-treeDB API for increased performance.

FairCom also provides a JPA driver that uses the SQL API; see the FairCom DB Java Hibernate ReadMe.

Different open source projects exist that implement the JPA specification. Popular projects include Hibernate and EclipseLink. This driver was developed using EclipseLink.

TOCIndex