Class NonTransactionalPersistenceManagerImpl

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

public class NonTransactionalPersistenceManagerImpl extends Object
PersistenceManager implementation not using OData batch requests: any read-write operation will be sent separately to the OData service when calling flush().
See Also: