|
Spring Data Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeSetBacked | |
---|---|
org.springframework.data.crossstore | Support for cross-store persistence. |
Uses of ChangeSetBacked in org.springframework.data.crossstore |
---|
Methods in org.springframework.data.crossstore with parameters of type ChangeSetBacked | |
---|---|
K |
ChangeSetPersister.getPersistentId(ChangeSetBacked entity,
ChangeSet cs)
Return id |
K |
ChangeSetPersister.persistState(ChangeSetBacked entity,
ChangeSet cs)
Return key |
Method parameters in org.springframework.data.crossstore with type arguments of type ChangeSetBacked | |
---|---|
void |
ChangeSetPersister.getPersistentState(Class<? extends ChangeSetBacked> entityClass,
K key,
ChangeSet changeSet)
TODO how to tell when not found? |
Constructors in org.springframework.data.crossstore with parameters of type ChangeSetBacked | |
---|---|
ChangeSetBackedTransactionSynchronization(ChangeSetPersister<Object> changeSetPersister,
ChangeSetBacked entity)
|
|
Spring Data Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |