Uses of Class
com.vaadin.data.util.sqlcontainer.RowId
-
Packages that use RowId Package Description com.vaadin.data.util.sqlcontainer com.vaadin.data.util.sqlcontainer.query -
-
Uses of RowId in com.vaadin.data.util.sqlcontainer
Subclasses of RowId in com.vaadin.data.util.sqlcontainer Modifier and Type Class Description class
ReadOnlyRowId
class
TemporaryRowId
Methods in com.vaadin.data.util.sqlcontainer that return RowId Modifier and Type Method Description RowId
RowItem. getId()
RowId
OptimisticLockException. getRowId()
Constructors in com.vaadin.data.util.sqlcontainer with parameters of type RowId Constructor Description OptimisticLockException(RowId rowId)
OptimisticLockException(String msg, RowId rowId)
RowItem(SQLContainer container, RowId id, Collection<ColumnProperty> properties)
-
Uses of RowId in com.vaadin.data.util.sqlcontainer.query
Methods in com.vaadin.data.util.sqlcontainer.query that return RowId Modifier and Type Method Description RowId
QueryDelegate.RowIdChangeEvent. getNewRowId()
Gets the new, possibly database assigned RowId of the added row that raised this event.RowId
TableQuery.RowIdChangeEvent. getNewRowId()
RowId
QueryDelegate.RowIdChangeEvent. getOldRowId()
Gets the old (temporary) RowId of the added row that raised this event.RowId
TableQuery.RowIdChangeEvent. getOldRowId()
RowId
TableQuery. storeRowImmediately(RowItem row)
Inserts the given row in the database table immediately.
-