Spring Data Commmons

Uses of Class
org.springframework.persistence.AsynchStoreCompletionListener.StoreResult

Packages that use AsynchStoreCompletionListener.StoreResult
org.springframework.persistence   
 

Uses of AsynchStoreCompletionListener.StoreResult in org.springframework.persistence
 

Methods in org.springframework.persistence that return AsynchStoreCompletionListener.StoreResult
static AsynchStoreCompletionListener.StoreResult AsynchStoreCompletionListener.StoreResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AsynchStoreCompletionListener.StoreResult[] AsynchStoreCompletionListener.StoreResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.persistence with parameters of type AsynchStoreCompletionListener.StoreResult
 void AsynchStoreCompletionListener.NONE.onCompletion(AsynchStoreCompletionListener.StoreResult result, Object newValue, Field foreignStore)
           
 void AsynchStoreCompletionListener.onCompletion(AsynchStoreCompletionListener.StoreResult result, V newValue, Field foreignStore)
           
 


Spring Data Commmons

Copyright © 2011. All Rights Reserved.