Uses of Class
com.vaadin.data.util.sqlcontainer.RowItem
-
Packages that use RowItem Package Description com.vaadin.data.util.sqlcontainer com.vaadin.data.util.sqlcontainer.query com.vaadin.data.util.sqlcontainer.query.generator -
-
Uses of RowItem in com.vaadin.data.util.sqlcontainer
Methods in com.vaadin.data.util.sqlcontainer with parameters of type RowItem Modifier and Type Method Description voidColumnProperty. setOwner(RowItem owner) -
Uses of RowItem in com.vaadin.data.util.sqlcontainer.query
Methods in com.vaadin.data.util.sqlcontainer.query with parameters of type RowItem Modifier and Type Method Description booleanFreeformQuery. removeRow(RowItem row)booleanFreeformQueryDelegate. removeRow(Connection conn, RowItem row)Removes the given RowItem from the database.booleanQueryDelegate. removeRow(RowItem row)Removes the given RowItem from the database.booleanTableQuery. removeRow(RowItem row)intFreeformQuery. storeRow(RowItem row)intFreeformQueryDelegate. storeRow(Connection conn, RowItem row)Stores a row in the database.intQueryDelegate. storeRow(RowItem row)Stores a row in the database.intTableQuery. storeRow(RowItem row)RowIdTableQuery. storeRowImmediately(RowItem row)Inserts the given row in the database table immediately. -
Uses of RowItem in com.vaadin.data.util.sqlcontainer.query.generator
Methods in com.vaadin.data.util.sqlcontainer.query.generator with parameters of type RowItem Modifier and Type Method Description protected Map<String,Object>DefaultSQLGenerator. generateColumnToValueMap(RowItem item)StatementHelperDefaultSQLGenerator. generateDeleteQuery(String tableName, List<String> primaryKeyColumns, String versionColumn, RowItem item)StatementHelperSQLGenerator. generateDeleteQuery(String tableName, List<String> primaryKeyColumns, String versionColumn, RowItem item)Generates a DELETE query for deleting data related to the given RowItem from the database.StatementHelperDefaultSQLGenerator. generateInsertQuery(String tableName, RowItem item)StatementHelperSQLGenerator. generateInsertQuery(String tableName, RowItem item)Generates an INSERT query for inserting a new row with the provided values.protected Map<String,Object>DefaultSQLGenerator. generateRowIdentifiers(RowItem item)StatementHelperDefaultSQLGenerator. generateUpdateQuery(String tableName, RowItem item)StatementHelperSQLGenerator. generateUpdateQuery(String tableName, RowItem item)Generates an UPDATE query with the provided parameters.
-