Uses of Interface
org.apache.olingo.ext.proxy.api.PersistenceManager
Packages that use PersistenceManager
-
Uses of PersistenceManager in org.apache.olingo.ext.proxy
Methods in org.apache.olingo.ext.proxy that return PersistenceManager -
Uses of PersistenceManager in org.apache.olingo.ext.proxy.commons
Classes in org.apache.olingo.ext.proxy.commons that implement PersistenceManagerModifier and TypeClassDescriptionclass
PersistenceManager
implementation not using OData batch requests: any read-write operation will be sent separately to the OData service when calling flush().class
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().