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 interfaceFreeformStatementDelegateFreeformStatementDelegate 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 FreeformQueryDelegateFreeformQuery. getDelegate()Methods in com.vaadin.data.util.sqlcontainer.query with parameters of type FreeformQueryDelegate Modifier and Type Method Description voidFreeformQuery. setDelegate(FreeformQueryDelegate delegate)
-