java.lang.Objectorg.objectweb.telosys.dal.dataset.ApplicationSQLDataSet
DataSet for stable data in application scope
The dataset is load when the instance is created
NB : the dataset is shared by all the sessions
Constructor Summary | |
ApplicationSQLDataSet()
Build a default ApplicationDataSet No data loading |
|
ApplicationSQLDataSet(SQLDataSetDefinition def)
Build an ApplicationDataSet from a SQLDataSetDefinition ( build a SQLDataSet and load it ). |
Method Summary | |
DataSet |
getDataSet()
|
int |
getRowCount()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ApplicationSQLDataSet()
public ApplicationSQLDataSet(SQLDataSetDefinition def) throws TelosysException
def
-
TelosysException
Method Detail |
public DataSet getDataSet()
getDataSet
in interface DataSetProvider
public int getRowCount()
getRowCount
in interface DataSetProvider