java.lang.Object
org.nkjmlab.sorm4j.util.h2.H2BasicTableMappedOrm<T>
- すべての実装されたインタフェース:
TableMappedOrm<T>,H2Orm,H2TableMappedOrm<T>,WithTableDefinition
-
コンストラクタの概要
コンストラクタコンストラクタ説明H2BasicTableMappedOrm(Orm orm, Class<T> valueType) This table instance is bind to the table name defined in the given class.H2BasicTableMappedOrm(Orm orm, Class<T> valueType, TableDefinition tableDefinition) This table instance is bind to the table name defined in the givenTableDefinition. -
メソッドの概要
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.nkjmlab.sorm4j.util.h2.H2TableMappedOrm
writeCsv, writeCsvインタフェースから継承されたメソッド 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インタフェースから継承されたメソッド org.nkjmlab.sorm4j.util.table_def.WithTableDefinition
createIndexesIfNotExists, createTableIfNotExists, dropTableIfExists, dropTableIfExistsCascade
-
コンストラクタの詳細
-
H2BasicTableMappedOrm
This table instance is bind to the table name defined in the givenTableDefinition.- パラメータ:
orm-valueType-tableDefinition-
-
H2BasicTableMappedOrm
This table instance is bind to the table name defined in the given class.- パラメータ:
sorm-valueType-
-
-
メソッドの詳細
-
getOrm
インタフェースからコピーされた説明:TableMappedOrmGetsOrmobject- 定義:
getOrmインタフェース内H2Orm- 定義:
getOrmインタフェース内TableMappedOrm<T>- 定義:
getOrmインタフェース内WithTableDefinition- 戻り値:
-
getTableName
インタフェースからコピーされた説明:TableMappedOrmGets the table name.- 定義:
getTableNameインタフェース内TableMappedOrm<T>- 戻り値:
-
getValueType
インタフェースからコピーされた説明:TableMappedOrmGets parameter typeas object class. - 定義:
getValueTypeインタフェース内TableMappedOrm<T>- 戻り値:
-
getTableDefinition
インタフェースからコピーされた説明:WithTableDefinitionGets the table definition.- 定義:
getTableDefinitionインタフェース内WithTableDefinition- 戻り値:
-