モジュール org.nkjmlab.sorm4j

クラス BasicTableWithDefinition<T>

    • コンストラクタの詳細

      • BasicTableWithDefinition

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

        public BasicTableWithDefinition​(Sorm sorm,
                                        Class<T> valueType)