Spring Data Commons

Uses of Package
org.springframework.data.persistence

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

Classes in org.springframework.data.persistence used by org.springframework.data.persistence
ChangeSet
          Interface representing the set of changes in an entity.
ChangeSetBacked
          Interface introduced to objects exposing ChangeSet information
ChangeSetPersister
          Interface to be implemented by classes that can synchronize between data stores and ChangeSets.
ChangeSetPersister.NotFoundException
          Exception thrown in alternate control flow if getPersistentState finds no entity data.
ChangeSetSynchronizer
          Interface to be implemented by classes that can synchronize between entities and ChangeSets.
EntityInstantiator
          Interface to be implemented by classes that can instantiate and configure entities.
StateBackedCreator
          encapsulates the instantiator of state-backed classes and populating them with the provided state.
 

Classes in org.springframework.data.persistence used by org.springframework.data.transaction
ChangeSetBacked
          Interface introduced to objects exposing ChangeSet information
ChangeSetPersister
          Interface to be implemented by classes that can synchronize between data stores and ChangeSets.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.