java.lang.Object
org.nkjmlab.sorm4j.table.BasicTable<T>
org.nkjmlab.sorm4j.util.table_def.BasicTableWithDefinition<T>
- すべての実装されたインタフェース:
Table<T>,TableMappedOrm<T>,SqlKeyword,WithTableDefinition
- 直系の既知のサブクラス:
BasicH2Table
public class BasicTableWithDefinition<T>
extends BasicTable<T>
implements WithTableDefinition, Table<T>
-
フィールドの概要
インタフェースから継承されたフィールド 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 -
コンストラクタの概要
コンストラクタコンストラクタ説明BasicTableWithDefinition(Sorm orm, Class<T> valueType) BasicTableWithDefinition(Sorm orm, Class<T> valueType, TableDefinition tableDefinition) This table instance is bind to the table name defined in the givenTableDefinition. -
メソッドの概要
クラスから継承されたメソッド org.nkjmlab.sorm4j.table.BasicTable
getOrm, getTableName, getValueTypeクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.nkjmlab.sorm4j.table.Table
acceptHandler, applyHandler, getOrm, openインタフェースから継承されたメソッド 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インタフェースから継承されたメソッド org.nkjmlab.sorm4j.util.table_def.WithTableDefinition
createIndexesIfNotExists, createTableIfNotExists, dropTableIfExists, dropTableIfExistsCascade, getOrm
-
コンストラクタの詳細
-
BasicTableWithDefinition
This table instance is bind to the table name defined in the givenTableDefinition.- パラメータ:
orm-valueType-tableDefinition-
-
BasicTableWithDefinition
-
-
メソッドの詳細
-
getTableDefinition
インタフェースからコピーされた説明:WithTableDefinitionGets the table definition.- 定義:
getTableDefinitionインタフェース内WithTableDefinition- 戻り値:
-