IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

Package com.ibm.websphere.objectgrid.jpa

This package contains the APIs used for Java Persistence API (JPA) loaders and JPA client loader.

See:
          Description

Interface Summary
ClientLoadCallback A ClientLoadCallback instance receives notifications when a ClientLoader starts and finishes.
ClientLoader A client loader loads data into ObjectGrid maps.
JPAPropertyFactory This interface is used to allow users plug in their own persistence property map to the JPATxCallback object.
 

Class Summary
ClientLoaderFactory A factory used for client loader purpose.
JPAEntityLoader This is the entity loader that uses Java Persistence API (JPA) to load and store data in the "database".
JPALoader This is the loader that uses Java Persistence API (JPA) to load and store data in the "database".
JPATxCallback This transaction callback implementation is used for ObjectGrid built-in Java Persistence API (JPA) loaders.
 

Package com.ibm.websphere.objectgrid.jpa Description

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 ObjectMap API instead of the EntityManager API). The JPAEntityLoader is the loader implementation for an entity map. The JPATxCallback is used to coordinate ObjectGrid transactions and JPA entity manager transactions. The ClientLoader is used to load objects into ObjectGrid maps from an ObjectGrid client.


IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.