public interface DataSource<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getCardinality() |
com.google.gwtorm.server.ResultSet<T> |
read() |
int getCardinality()
read().com.google.gwtorm.server.ResultSet<T> read() throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException