java.lang.Object
org.nkjmlab.sorm4j.table.SimpleTable<T>
- すべての実装されたインタフェース:
Table<T>,TableMappedOrm<T>,SqlKeyword
- 直系の既知のサブクラス:
SimpleTableWithDefinition
-
フィールドの概要
インタフェースから継承されたフィールド 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 -
コンストラクタの概要
コンストラクタコンストラクタ説明SimpleTable(Sorm orm, Class<T> valueType) This table instance is bind to the table name is mapped to the givenvalueType.SimpleTable(Sorm orm, Class<T> valueType, String tableName) This table instance is bind to the table by the table name. -
メソッドの概要
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.nkjmlab.sorm4j.table.Table
acceptHandler, applyHandler, open, toTableConnectionインタフェースから継承されたメソッド org.nkjmlab.sorm4j.table.TableMappedOrm
count, delete, delete, delete, deleteAll, deleteByPrimaryKey, deleteByPrimaryKeyIn, exists, exists, getAllEqualSql, getResultSetTraverser, getRowMapper, getTableMetaData, 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
-
コンストラクタの詳細
-
SimpleTable
This table instance is bind to the table by the table name.- パラメータ:
orm-valueType-tableName-
-
SimpleTable
This table instance is bind to the table name is mapped to the givenvalueType.- パラメータ:
orm-valueType-
-
-
メソッドの詳細
-
getValueType
インタフェースからコピーされた説明:TableMappedOrmGets parameter typeas object class. - 定義:
getValueTypeインタフェース内TableMappedOrm<T>- 戻り値:
-
getTableName
インタフェースからコピーされた説明:TableMappedOrmGets the table name.- 定義:
getTableNameインタフェース内TableMappedOrm<T>- 戻り値:
-
getOrm
インタフェースからコピーされた説明:TableGetsOrmobject
-