Package com.vaadin.data.util.sqlcontainer.query
-
Interface Summary Interface Description FreeformQueryDelegate FreeformStatementDelegate FreeformStatementDelegate is an extension to FreeformQueryDelegate that provides definitions for methods that produce StatementHelper objects instead of basic query strings.QueryDelegate QueryDelegate.RowIdChangeEvent AnEvent
object specifying the old and new RowId of an added item after the addition has been successfully committed.QueryDelegate.RowIdChangeListener RowId change listener interface.QueryDelegate.RowIdChangeNotifier The interface for adding and removingRowIdChangeEvent
listeners. -
Class Summary Class Description AbstractTransactionalQuery Common base class for database query classes that handle connections and transactions.FreeformQuery OrderBy OrderBy represents a sorting rule to be applied to a query made by the SQLContainer's QueryDelegate.TableQuery TableQuery.RowIdChangeEvent Simple RowIdChangeEvent implementation.