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

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

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

Classes in com.vaadin.addon.jpacontainer.provider that implement BatchableEntityProvider
 class BatchableLocalEntityProvider<T>
          A very simple implementation of BatchableEntityProvider that simply passes itself to the BatchUpdateCallback.
 class CachingBatchableLocalEntityProvider<T>
          A very simple implementation of BatchableEntityProvider with caching support that simply passes itself to the BatchUpdateCallback.
 

Constructors in com.vaadin.addon.jpacontainer.provider with parameters of type BatchableEntityProvider
BatchUpdatePerformedEvent(BatchableEntityProvider<T> entityProvider)
          Creates a new BatchUpdatePerformedEvent.
 

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

Classes in com.vaadin.addon.jpacontainer.provider.jndijta that implement BatchableEntityProvider
 class CachingBatchableEntityProvider<T>
          An entity provider implementation that uses JTA transactions and JPA context provided by the application server.
 



Copyright © 2013 Vaadin Ltd. All rights reserved.