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

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

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

Subinterfaces of FreeformQueryDelegate in com.vaadin.data.util.sqlcontainer.query
 interface FreeformStatementDelegate
          FreeformStatementDelegate is an extension to FreeformQueryDelegate that provides definitions for methods that produce StatementHelper objects instead of basic query strings.
 

Methods in com.vaadin.data.util.sqlcontainer.query that return FreeformQueryDelegate
 FreeformQueryDelegate FreeformQuery.getDelegate()
           
 

Methods in com.vaadin.data.util.sqlcontainer.query with parameters of type FreeformQueryDelegate
 void FreeformQuery.setDelegate(FreeformQueryDelegate delegate)
           
 



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