We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.util.sqlcontainer.
Class RowId
- java.lang.Object
-
- com.vaadin.data.util.sqlcontainer.RowId
-
All Implemented Interfaces:
Direct Known Subclasses:
public class RowId extends Object implements Serializable
RowId represents identifiers of a single database result set row. The data structure of a RowId is an Object array which contains the values of the primary key columns of the identified row. This allows easy equals() -comparison of RowItems.
See Also: