public interface PersistenceService extends CqnService
PersistenceService
.
The PersistenceService
is basically a wrapper around a CdsDataStore
, providing extensibility via Handler
.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_NAME
The
PersistenceService wrapping the primary SQL database uses this name |
EVENT_CREATE, EVENT_DELETE, EVENT_READ, EVENT_UPDATE, EVENT_UPSERT
Modifier and Type | Method and Description |
---|---|
com.sap.cds.CdsDataStore |
getCdsDataStore()
Deprecated.
|
static final String DEFAULT_NAME
PersistenceService
wrapping the primary SQL database uses this name@Deprecated com.sap.cds.CdsDataStore getCdsDataStore()
CdsDataStore
, wrapped by this PersistenceService
CdsDataStore
Copyright © 2023. All rights reserved.