Package | Description |
---|---|
org.apache.olingo.ext.proxy | |
org.apache.olingo.ext.proxy.commons |
Modifier and Type | Method and Description |
---|---|
PersistenceManager |
AbstractService.getPersistenceManager() |
Modifier and Type | Class and Description |
---|---|
class |
NonTransactionalPersistenceManagerImpl
PersistenceManager implementation not using OData batch requests: any
read-write operation will be sent separately to the OData service when calling flush(). |
class |
TransactionalPersistenceManagerImpl
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(). |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.