クラスの使用
org.nkjmlab.sorm4j.util.table_def.TableDefinition
TableDefinitionを使用しているパッケージ
-
org.nkjmlab.sorm4j.util.h2でのTableDefinitionの使用
TableDefinition型のパラメータを持つorg.nkjmlab.sorm4j.util.h2のコンストラクタ修飾子コンストラクタ説明BasicH2Table(Sorm sorm, Class<T> valueType, TableDefinition tableDifinition) 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) BasicTableWithDefinition.getTableDefinition()TableWithDefinition.getTableDefinition()Gets the table definition.TableDefinition型のパラメータを持つorg.nkjmlab.sorm4j.util.table_defのコンストラクタ修飾子コンストラクタ説明BasicTableWithDefinition(Sorm sorm, Class<T> valueType, TableDefinition tableDefinition) This table instance is bind to the table name defined in the givenTableDefinition.