Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
This package contains implementaions of OpenJPA interfaces using a distribution
template pattern. Distribution template pattern for T is
defined as a type T'
such that T' extends T implements Iterable i.e.T'
is a special T that also contains many T.
Implements a distributed configuration of JDBCStoreManagers.
The original configuration properties are analyzed to create a set of
Slice specific properties with defaulting rules.
A Store manager for multiple physical databases referred as slice.
This receiver behaves like a Transaction Manager as it implements two-phase
commit protocol if all the component slices is XA-complaint.