org.springframework.datastore.core
Interface SessionImplementor

All Known Implementing Classes:
AbstractSession, RedisSession, SimpleMapSession

public interface SessionImplementor

Created by IntelliJ IDEA. User: graemerocher Date: Aug 25, 2010 Time: 10:48:34 AM To change this template use File | Settings | File Templates.


Method Summary
 Collection<Runnable> getPendingDeletes()
           
 Collection<Runnable> getPendingInserts()
           
 Collection<Runnable> getPendingUpdates()
           
 

Method Detail

getPendingInserts

Collection<Runnable> getPendingInserts()

getPendingUpdates

Collection<Runnable> getPendingUpdates()

getPendingDeletes

Collection<Runnable> getPendingDeletes()