パッケージ org.nkjmlab.sorm4j
インタフェース TableMetaDataFunction
-
- 既知のサブインタフェースのリスト:
Orm,OrmConnection,OrmTransaction,Sorm
public interface TableMetaDataFunction
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 TableMetaDatagetTableMetaData(Class<?> objectClass)Gets table metadata corresponding to the given object class.TableMetaDatagetTableMetaData(Class<?> objectClass, String tableName)Gets table metadata to the given object class and the table name.StringgetTableName(Class<?> objectClass)Gets table name corresponding to the given object class.
-
-
-
メソッドの詳細
-
getTableName
String getTableName(Class<?> objectClass)
Gets table name corresponding to the given object class.- パラメータ:
objectClass-- 戻り値:
-
getTableMetaData
TableMetaData getTableMetaData(Class<?> objectClass)
Gets table metadata corresponding to the given object class.- パラメータ:
objectClass-- 戻り値:
-
getTableMetaData
TableMetaData getTableMetaData(Class<?> objectClass, String tableName)
Gets table metadata to the given object class and the table name.- パラメータ:
objectClass-- 戻り値:
-
-