Package com.j_spaces.sadapter.GenericPA

Provides GigaSpaces generic persistent adapter

See:
          Description

Interface Summary
IBasicPersistence This interface is a mandatory interface that must be implemented by any persistent adapter.
IMultipleOperations This interface should be implemented in order to provide multiple operation support to the persistent adapter.
IQueryblePersistentAdapter This interface should be implemented in order to provide query support to the persistent adapter.
ITransactionalPersistentAdapter This interface should be implemented by the persistent adapter to support space transactions.
 

Class Summary
PersistentContext The PersistentContext is used by the Generic SA interfaces.
PersistentEntry The PersistanteEntry keeps entry fields at the datastore.
PersistentMatchTemplate the PersistentMatchTemplate is used to describe a match condition.
 

Package com.j_spaces.sadapter.GenericPA Description

Provides GigaSpaces generic persistent adapter