モジュール org.nkjmlab.sorm4j
パッケージ org.nkjmlab.sorm4j.table

クラス SimpleTable<T>

java.lang.Object
org.nkjmlab.sorm4j.table.SimpleTable<T>
すべての実装されたインタフェース:
Table<T>, TableMappedOrm<T>, SqlKeyword
直系の既知のサブクラス:
SimpleTableWithDefinition

public class SimpleTable<T> extends Object implements Table<T>, SqlKeyword
  • コンストラクタの詳細

    • SimpleTable

      public SimpleTable(Sorm orm, Class<T> valueType, String tableName)
      This table instance is bind to the table by the table name.
      パラメータ:
      orm -
      valueType -
      tableName -
    • SimpleTable

      public SimpleTable(Sorm orm, Class<T> valueType)
      This table instance is bind to the table name is mapped to the given valueType.
      パラメータ:
      orm -
      valueType -
  • メソッドの詳細