Interface | Description |
---|---|
ChangeSet |
Interface representing the set of changes in an entity.
|
ChangeSetBacked |
Interface introduced to objects exposing ChangeSet information
|
ChangeSetPersister<K> |
Interface to be implemented by classes that can synchronize between data stores and ChangeSets.
|
Class | Description |
---|---|
ChangeSetBackedTransactionSynchronization | |
HashMapChangeSet |
Simple ChangeSet implementation backed by a HashMap.
|
Exception | Description |
---|---|
ChangeSetPersister.NotFoundException |
Exception thrown in alternate control flow if getPersistentState finds no entity data.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.