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

Packages that use LazyLoadingDelegate
com.vaadin.addon.jpacontainer   
com.vaadin.addon.jpacontainer.provider   
com.vaadin.addon.jpacontainer.util   
 

Uses of LazyLoadingDelegate in com.vaadin.addon.jpacontainer
 

Methods in com.vaadin.addon.jpacontainer that return LazyLoadingDelegate
 LazyLoadingDelegate EntityProvider.getLazyLoadingDelegate()
           
 

Methods in com.vaadin.addon.jpacontainer with parameters of type LazyLoadingDelegate
 void EntityProvider.setLazyLoadingDelegate(LazyLoadingDelegate delegate)
          Set the delegate used for lazy loading.
 

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

Methods in com.vaadin.addon.jpacontainer.provider that return LazyLoadingDelegate
 LazyLoadingDelegate LocalEntityProvider.getLazyLoadingDelegate()
           
 

Methods in com.vaadin.addon.jpacontainer.provider with parameters of type LazyLoadingDelegate
 void LocalEntityProvider.setLazyLoadingDelegate(LazyLoadingDelegate delegate)
           
 

Uses of LazyLoadingDelegate in com.vaadin.addon.jpacontainer.util
 

Classes in com.vaadin.addon.jpacontainer.util that implement LazyLoadingDelegate
 class HibernateLazyLoadingDelegate
          HibernateLazyLoadingDelegate is the default implementation of the LazyLoadingDelegate interface for use with Hibernate.
 



Copyright © 2013 Vaadin Ltd. All rights reserved.