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

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

Uses of QueryModifierDelegate in com.vaadin.addon.jpacontainer
 

Methods in com.vaadin.addon.jpacontainer that return QueryModifierDelegate
 QueryModifierDelegate JPAContainer.getQueryModifierDelegate()
           
 QueryModifierDelegate EntityContainer.getQueryModifierDelegate()
          Gets the QueryModifierDelegate set for this container.
 QueryModifierDelegate EntityProvider.getQueryModifierDelegate()
           
 

Methods in com.vaadin.addon.jpacontainer with parameters of type QueryModifierDelegate
 void JPAContainer.setQueryModifierDelegate(QueryModifierDelegate queryModifierDelegate)
          Sets the QueryModifierDelegate, which is called in the different stages that the EntityProvider builds a criteria query.
 void EntityProvider.setQueryModifierDelegate(QueryModifierDelegate delegate)
          Sets the QueryModifierDelegate, which is called in the different stages that the EntityProvider builds a criteria query.
 

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

Methods in com.vaadin.addon.jpacontainer.provider that return QueryModifierDelegate
 QueryModifierDelegate LocalEntityProvider.getQueryModifierDelegate()
           
 

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

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

Classes in com.vaadin.addon.jpacontainer.util that implement QueryModifierDelegate
 class DefaultQueryModifierDelegate
          A default (empty) implementation of the QueryModifierDelegate interface.
 



Copyright © 2013 Vaadin Ltd. All rights reserved.