Uses of Interface
com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate
-
Packages that use FreeformQueryDelegate Package Description 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 Modifier and Type Interface Description 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 Modifier and Type Method Description FreeformQueryDelegate
FreeformQuery. getDelegate()
Methods in com.vaadin.data.util.sqlcontainer.query with parameters of type FreeformQueryDelegate Modifier and Type Method Description void
FreeformQuery. setDelegate(FreeformQueryDelegate delegate)
-