java.lang.Object
org.nkjmlab.sorm4j.table.SimpleTable<T>
org.nkjmlab.sorm4j.util.h2.SimpleH2Table<T>
- すべての実装されたインタフェース:
Table<T>,TableMappedOrm<T>,H2Table<T>,SqlKeyword
-
フィールドの概要
インタフェースから継承されたフィールド org.nkjmlab.sorm4j.util.sql.SqlKeyword
ALL, AND, ANY, ARRAY, AS, ASC, AUTHORIZATION, AUTO_INCREMENT, AVG, BETWEEN, BIGINT, BOOLEAN, CASE, CAST, CHAR, CHECK, COLLATE, COLUMN, CONSTRAINT, COUNT, CREATE, CROSS, CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, CURRENT_USER, DATE, DECIMAL, DEFAULT, DESC, DISTINCT, DOUBLE, ELSE, END, EXCEPT, FETCH, FOR, FOREIGN, FROM, FULL, GRANT, GROUP, GROUP_BY, HAVING, IDENTITY, IN, INNER, INT, INTERSECT, INTO, IS, IS_NOT_NULL, IS_NULL, JOIN, LEFT, LIKE, LIMIT, MAX, MIN, NOT, NOT_NULL, NULL, ON, OR, ORDER, ORDER_BY, OUTER, PRIMARY, PRIMARY_KEY, REAL, REFERENCES, RIGHT, SELECT, SELECT_STAR, SESSION_USER, SMALLINT, SOME, STAR, SUM, TABLE, TABLESAMPLE, THEN, TIME, TIMESTAMP, TINYINT, TO, UNION, UNIQUE, USER, VARCHAR, WHEN, WHERE, WITH -
コンストラクタの概要
コンストラクタコンストラクタ説明SimpleH2Table(Sorm orm, Class<T> valueType) A table instance binded to the table by the value type.SimpleH2Table(Sorm orm, Class<T> valueType, String tableName) A table instance binded to the table by the table name. -
メソッドの概要
クラスから継承されたメソッド org.nkjmlab.sorm4j.table.SimpleTable
getOrm, getTableName, getValueTypeクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.nkjmlab.sorm4j.util.h2.H2Table
csvReadSqlBuilder, getReadCsvWithHeaderSql, readCsvWithHeader, readCsvWithHeader, writeCsv, writeCsv, writeCsvインタフェースから継承されたメソッド org.nkjmlab.sorm4j.table.Table
acceptHandler, applyHandler, getOrm, open, toTableConnectionインタフェースから継承されたメソッド org.nkjmlab.sorm4j.table.TableMappedOrm
count, delete, delete, delete, deleteAll, deleteByPrimaryKey, deleteByPrimaryKeyIn, exists, exists, getAllEqualSql, getResultSetTraverser, getRowMapper, getTableMetaData, getTableName, getValueType, insert, insert, insert, insertAndGet, insertAndGet, insertAndGet, insertMapIn, insertMapIn, insertMapIn, join, join, joinOn, joinSqlBuilder, joinUsing, leftJoinOn, merge, merge, merge, readFirst, readFirst, readList, readList, readOne, readOne, selectAll, selectByPrimaryKey, selectFirstAllEqual, selectListAllEqual, selectOneAllEqual, stream, stream, streamAll, update, update, update, updateByPrimaryKey
-
コンストラクタの詳細
-
SimpleH2Table
A table instance binded to the table by the value type.- パラメータ:
sorm-valueType-
-
SimpleH2Table
A table instance binded to the table by the table name.- パラメータ:
orm-valueType-tableName-
-