Spring Data Commmons

Uses of Interface
org.springframework.data.support.ChangeSet

Packages that use ChangeSet
org.springframework.data.support   
 

Uses of ChangeSet in org.springframework.data.support
 

Classes in org.springframework.data.support that implement ChangeSet
 class HashMapChangeSet
          Simple ChangeSet implementation backed by a HashMap.
 

Methods in org.springframework.data.support that return ChangeSet
 ChangeSet ChangeSetBacked.getChangeSet()
           
 

Methods in org.springframework.data.support with parameters of type ChangeSet
 K ChangeSetPersister.getPersistentId(Class<? extends ChangeSetBacked> entityClass, ChangeSet cs)
          Return id
 void ChangeSetPersister.getPersistentState(Class<? extends ChangeSetBacked> entityClass, K key, ChangeSet changeSet)
          TODO how to tell when not found?
 K ChangeSetPersister.persistState(Class<? extends ChangeSetBacked> entityClass, ChangeSet cs)
          Return key
 void ChangeSetSynchronizer.populateChangeSet(ChangeSet changeSet, E entity)
          Take all entity fields into a changeSet.
 void ChangeSetSynchronizer.populateEntity(ChangeSet changeSet, E entity)
           
 


Spring Data Commmons

Copyright © 2011. All Rights Reserved.