This package contains the APIs used for Java Persistence API (JPA) loaders and JPA client loader.
Overview
The JPALoader is the loader implementation for a non-entity map (using the
{@link com.ibm.websphere.objectgrid.ObjectMap} API instead of the {@link com.ibm.websphere.objectgrid.em.EntityManager} API).
The {@link com.ibm.websphere.objectgrid.jpa.JPAEntityLoader}
is the loader implementation for an entity map. The {@link com.ibm.websphere.objectgrid.jpa.JPATxCallback} is used to
coordinate ObjectGrid transactions and JPA entity manager transactions. The
{@link com.ibm.websphere.objectgrid.jpa.ClientLoader} is used to load objects into ObjectGrid maps from an ObjectGrid client.