Class DbAbstractCollection

java.lang.Object
dev.visdb.seesaw.models.DbAbstractCollection
All Implemented Interfaces:
DbCollection
Direct Known Subclasses:
DbArray, DbStringCollection

public abstract class DbAbstractCollection extends Object implements DbCollection
This is the superclass for all collection models. Handle the jdbcType info for the collection elements.
Since:
4.0.0
  • Constructor Details

    • DbAbstractCollection

      public DbAbstractCollection(JDBCType jdbcType)
      Indicate and save the type of the collection.
      Parameters:
      jdbcType - the collection type
  • Method Details