インタフェース TableNameMapper
-
- すべてのスーパーインタフェース:
OrmConfig
- 既知の実装クラスのリスト:
DefaultTableNameGuesser
public interface TableNameMapper extends OrmConfig
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 TableNamegetTableName(Class<?> objectClass, Connection connection)Get table name corresponding with the object class.TableNametoValidTableName(String tableName, Connection connection)
-
-
-
メソッドの詳細
-
getTableName
TableName getTableName(Class<?> objectClass, Connection connection)
Get table name corresponding with the object class.- パラメータ:
objectClass- object class mapping to tableconnection-- 戻り値:
- table name exists in database.
-
toValidTableName
TableName toValidTableName(String tableName, Connection connection)
-
-