| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PersistResult> |
WritePersistenceGateway.persist(ChangeSet changeSet)
Persists changes in persistence storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheInvalidator.invalidate(java.util.Collection<PersistResult> results)
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPersistResult
Result of operation performed by Generic DAO
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PersistResult> |
DefaultWritePersistenceGateway.persist(ChangeSet changeSet) |
java.util.Collection<PersistResult> |
DefaultWritePersistenceGateway.persistInternal(ChangeSet changeSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCacheInvalidator.invalidate(java.util.Collection<PersistResult> results) |
void |
DummyCacheInvalidator.invalidate(java.util.Collection<PersistResult> results) |
| Modifier and Type | Method and Description |
|---|---|
EntityRecord.EntityRecordVisitor<java.util.Set<PersistResult>> |
RecordVisitorFactory.createEntityRecordVisitor(BatchCollector batchCollector,
JdbcTemplate jdbcTemplate,
LocalizationService localizationService,
Config.DatabaseName databaseName) |
java.util.Set<PersistResult> |
DefaultEntityRecordVisitor.visit(DeleteRecord record) |
java.util.Set<PersistResult> |
DefaultEntityRecordVisitor.visit(InsertRecord record) |
java.util.Set<PersistResult> |
DefaultEntityRecordVisitor.visit(UpdateRecord record) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<PersistResult> |
AbstractStoreStatementsBuilder.persistResults |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PersistResult> |
AbstractStoreStatementsBuilder.getPersistResults() |
Copyright © 2018 SAP SE. All Rights Reserved.