Spring Data Commons

Uses of Interface
org.springframework.data.persistence.ChangeSetBacked

Packages that use ChangeSetBacked
org.springframework.data.persistence   
org.springframework.data.transaction   
 

Uses of ChangeSetBacked in org.springframework.data.persistence
 

Classes in org.springframework.data.persistence with type parameters of type ChangeSetBacked
 interface ChangeSetSynchronizer<E extends ChangeSetBacked>
          Interface to be implemented by classes that can synchronize between entities and ChangeSets.
 

Methods in org.springframework.data.persistence that return types with arguments of type ChangeSetBacked
 ChangeSetSynchronizer<ChangeSetBacked> ChangeSetConfiguration.getChangeSetManager()
           
 

Methods in org.springframework.data.persistence 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.persistence with type arguments of type ChangeSetBacked
 void ChangeSetPersister.getPersistentState(Class<? extends ChangeSetBacked> entityClass, K key, ChangeSet changeSet)
          TODO how to tell when not found?
 void ChangeSetConfiguration.setChangeSetManager(ChangeSetSynchronizer<ChangeSetBacked> changeSetManager)
           
 

Uses of ChangeSetBacked in org.springframework.data.transaction
 

Constructors in org.springframework.data.transaction with parameters of type ChangeSetBacked
ChangeSetBackedTransactionSynchronization(ChangeSetPersister<Object> changeSetPersister, ChangeSetBacked entity)
           
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.