The objects used for the
ScalabilityTest.
They have the following instance variables:
-long id;
-String name;
-String string1;
-BigDecimal bigDecimal1;
-BigDecimal bigDecimal2;
-long date1;
-long date2;
They are mapped to database tables with the following structure:
-ID DECIMAL,
-NAME VARCHAR2(8),
-STRING1 VARCHAR2(1000) or TEXT,
-BIGDECIMAL1 DECIMAL,
-BIGDECIMAL2 DECIMAL,
-DATE1 DATE,
-DATE2 DATE.
See:
ScalabilityTest,
ScalabilityTestResults.