モジュール org.nkjmlab.sorm4j

クラス BasicH2Table<T>

すべての実装されたインタフェース:
Table<T>, TableMappedOrm<T>, H2Table<T>, SqlKeyword, TableWithDefinition<T>

public class BasicH2Table<T> extends BasicTableWithDefinition<T> implements H2Table<T>
  • コンストラクタの詳細

    • BasicH2Table

      public BasicH2Table(Sorm sorm, Class<T> valueType, TableDefinition tableDifinition)
      This table instance is bind to the table name defined in the given TableDefinition.
      パラメータ:
      sorm -
      valueType -
      tableDifinition -
    • BasicH2Table

      public BasicH2Table(Sorm sorm, Class<T> valueType)
      This table instance is bind to the table name defined in the given class.
      パラメータ:
      sorm -
      valueType -