public interface DBMetaProvider
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DBMeta |
provideDBMeta(Class<?> entityType)
Provide the DB meta by type.
|
DBMeta |
provideDBMeta(String tableFlexibleName)
Provide the DB meta by name.
|
DBMeta |
provideDBMetaChecked(Class<?> entityType)
Provide the DB meta by type.
|
DBMeta |
provideDBMetaChecked(String tableFlexibleName)
Provide the DB meta by name.
|
DBMeta provideDBMeta(String tableFlexibleName)
tableFlexibleName - The flexible name of table. (NotNull)DBMeta provideDBMeta(Class<?> entityType)
entityType - The entity type of table, which should implement the Entity interface. (NotNull)DBMeta provideDBMetaChecked(String tableFlexibleName)
tableFlexibleName - The flexible name of table. (NotNull)DBMetaNotFoundException - When the DB meta is not found.DBMeta provideDBMetaChecked(Class<?> entityType)
entityType - The entity type of table, which should implement the Entity interface. (NotNull)DBMetaNotFoundException - When the DB meta is not found.Copyright © 2014–2015 The DBFlute Project. All rights reserved.