Uses of Interface
com.vaadin.addon.jpacontainer.BatchableEntityProvider.BatchUpdateCallback

Packages that use BatchableEntityProvider.BatchUpdateCallback
com.vaadin.addon.jpacontainer   
com.vaadin.addon.jpacontainer.provider   
 

Uses of BatchableEntityProvider.BatchUpdateCallback in com.vaadin.addon.jpacontainer
 

Methods in com.vaadin.addon.jpacontainer with parameters of type BatchableEntityProvider.BatchUpdateCallback
 void BatchableEntityProvider.batchUpdate(BatchableEntityProvider.BatchUpdateCallback<T> callback)
          Executes a batch update using the specified callback parameter.
 

Uses of BatchableEntityProvider.BatchUpdateCallback in com.vaadin.addon.jpacontainer.provider
 

Methods in com.vaadin.addon.jpacontainer.provider with parameters of type BatchableEntityProvider.BatchUpdateCallback
 void BatchableLocalEntityProvider.batchUpdate(BatchableEntityProvider.BatchUpdateCallback<T> callback)
           
 void CachingBatchableLocalEntityProvider.batchUpdate(BatchableEntityProvider.BatchUpdateCallback<T> callback)
           
 



Copyright © 2013 Vaadin Ltd. All rights reserved.