クラス BasicTable<T>

    • コンストラクタの詳細

      • BasicTable

        public BasicTable​(Sorm sorm,
                          Class<T> valueType,
                          String tableName)
      • BasicTable

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

      • getValueType

        public Class<T> getValueType()
        インタフェースからコピーされた説明: Table
        Gets parameter type as object class.
        定義:
        getValueType インタフェース内 Table<T>
        戻り値:
      • getSorm

        public Sorm getSorm()
        インタフェースからコピーされた説明: Table
        Gets Sorm objects
        定義:
        getSorm インタフェース内 Table<T>
        戻り値:
      • getTableName

        public String getTableName()
        インタフェースからコピーされた説明: Table
        Gets the table name.
        定義:
        getTableName インタフェース内 Table<T>
        戻り値: