Uses of Class
com.vaadin.v7.data.util.sqlcontainer.RowId
-
Packages that use RowId Package Description com.vaadin.v7.data.util.sqlcontainer com.vaadin.v7.data.util.sqlcontainer.query -
-
Uses of RowId in com.vaadin.v7.data.util.sqlcontainer
Subclasses of RowId in com.vaadin.v7.data.util.sqlcontainer Modifier and Type Class Description classReadOnlyRowIdDeprecated.As of 8.0, no replacement available.classTemporaryRowIdDeprecated.As of 8.0, no replacement available.Methods in com.vaadin.v7.data.util.sqlcontainer that return RowId Modifier and Type Method Description RowIdRowItem. getId()Deprecated.RowIdOptimisticLockException. getRowId()Deprecated.Constructors in com.vaadin.v7.data.util.sqlcontainer with parameters of type RowId Constructor Description OptimisticLockException(RowId rowId)Deprecated.OptimisticLockException(String msg, RowId rowId)Deprecated.RowItem(SQLContainer container, RowId id, Collection<ColumnProperty> properties)Deprecated. -
Uses of RowId in com.vaadin.v7.data.util.sqlcontainer.query
Methods in com.vaadin.v7.data.util.sqlcontainer.query that return RowId Modifier and Type Method Description RowIdQueryDelegate.RowIdChangeEvent. getNewRowId()Deprecated.Gets the new, possibly database assigned RowId of the added row that raised this event.RowIdTableQuery.RowIdChangeEvent. getNewRowId()Deprecated.RowIdQueryDelegate.RowIdChangeEvent. getOldRowId()Deprecated.Gets the old (temporary) RowId of the added row that raised this event.RowIdTableQuery.RowIdChangeEvent. getOldRowId()Deprecated.RowIdTableQuery. storeRowImmediately(RowItem row)Deprecated.Inserts the given row in the database table immediately.
-