クラスの使用
org.nkjmlab.sorm4j.util.table_def.TableDefinition
TableDefinitionを使用しているパッケージ
パッケージ
説明
(Experimental API) Package for H2 database features.
Package for table definitions.
-
org.nkjmlab.sorm4j.util.h2でのTableDefinitionの使用
TableDefinition型のパラメータを持つorg.nkjmlab.sorm4j.util.h2のコンストラクタ修飾子コンストラクタ説明H2BasicTable(Sorm orm, Class<T> valueType, TableDefinition tableDefinition) This table instance is bind to the table name defined in the givenTableDefinition. -
org.nkjmlab.sorm4j.util.table_defでのTableDefinitionの使用
修飾子とタイプメソッド説明TableDefinition.Builder.build()Builds aTableDefinition.TableDefinition.createIndexesIfNotExists(Orm orm) TableDefinition.createTableIfNotExists(Orm orm) TableDefinition.dropTableIfExists(Orm orm) SimpleTableWithDefinition.getTableDefinition()WithTableDefinition.getTableDefinition()Gets the table definition.TableDefinition型のパラメータを持つorg.nkjmlab.sorm4j.util.table_defのコンストラクタ修飾子コンストラクタ説明SimpleTableWithDefinition(Sorm orm, Class<T> valueType, TableDefinition tableDefinition) This table instance is bind to the table name defined in the givenTableDefinition.