Class LongDBSupport

java.lang.Object
com.sun.ts.tests.common.ejb.dba.DBSupport
com.sun.ts.tests.common.ejb.dba.LongDBSupport
All Implemented Interfaces:
Serializable

public class LongDBSupport extends DBSupport implements Serializable
DB Support object for DB table using whose primary key is an 'long'.
See Also:
  • Field Details

    • longTablePrefix

      protected static final String longTablePrefix
      Name of the property whose value is the DB table name
      See Also:
    • cofID

      protected long cofID
    • cofName

      protected String cofName
    • cofPrice

      protected float cofPrice
  • Constructor Details

    • LongDBSupport

      public LongDBSupport() throws Exception
      Create a new DBSupport object. If called from an EJB or a Web component, you must make sure to call TestUtil.init() before creating a new DBSupport object.
      Throws:
      Exception
  • Method Details