Class TransactionalPersistenceManagerImpl

java.lang.Object
org.apache.olingo.ext.proxy.commons.TransactionalPersistenceManagerImpl
All Implemented Interfaces:
Serializable, PersistenceManager

public class TransactionalPersistenceManagerImpl extends Object
PersistenceManager implementation using OData batch requests to implement high-level user transactions: all read-write operations will be packed in a batch request to the OData service when calling flush().
See Also: