Uses of Interface
com.vaadin.data.util.sqlcontainer.query.QueryDelegate

Packages that use QueryDelegate
com.vaadin.data.util.sqlcontainer   
com.vaadin.data.util.sqlcontainer.query   
 

Uses of QueryDelegate in com.vaadin.data.util.sqlcontainer
 

Methods in com.vaadin.data.util.sqlcontainer that return QueryDelegate
protected  QueryDelegate SQLContainer.getQueryDelegate()
          Returns the QueryDelegate set for this SQLContainer.
 

Constructors in com.vaadin.data.util.sqlcontainer with parameters of type QueryDelegate
SQLContainer(QueryDelegate delegate)
          Creates and initializes SQLContainer using the given QueryDelegate
 

Uses of QueryDelegate in com.vaadin.data.util.sqlcontainer.query
 

Classes in com.vaadin.data.util.sqlcontainer.query that implement QueryDelegate
 class FreeformQuery
           
 class TableQuery
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.