モジュール org.nkjmlab.sorm4j

クラス BasicH2Table<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 -