com.vaadin.data.util.sqlcontainer

Package com.vaadin.data.util.sqlcontainer

Class Summary
ColumnProperty ColumnProperty represents the value of one column in a RowItem.
ReadOnlyRowId  
RowId RowId represents identifiers of a single database result set row.
RowItem RowItem represents one row of a result set obtained from a QueryDelegate.
SQLContainer  
SQLUtil  
TemporaryRowId  
 

Exception Summary
OptimisticLockException An OptimisticLockException is thrown when trying to update or delete a row that has been changed since last read from the database.