モジュール org.nkjmlab.sorm4j

クラス SimpleTableWithDefinition<T>

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

public class SimpleTableWithDefinition<T> extends SimpleTable<T> implements TableWithDefinition<T>
  • コンストラクタの詳細

    • SimpleTableWithDefinition

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

      public SimpleTableWithDefinition(Sorm orm, Class<T> valueType)
  • メソッドの詳細