パッケージ org.nkjmlab.sorm4j.typed
インタフェース TypedMetaDataFunction<T>
- 既知のサブインタフェースのリスト:
TypedOrm<T>,TypedOrmConnection<T>,TypedOrmTransaction<T>
public interface TypedMetaDataFunction<T>
-
メソッドの概要
修飾子とタイプメソッド説明Gets table metadata corresponding to the given object class.getTableMetaData(String tableName) Gets table metadata to the given object class and the table name.Gets table name corresponding to the given object class.
-
メソッドの詳細
-
getTableName
String getTableName()Gets table name corresponding to the given object class.- 戻り値:
-
getTableMetaData
TableMetaData getTableMetaData()Gets table metadata corresponding to the given object class.- 戻り値:
-
getTableMetaData
Gets table metadata to the given object class and the table name.- 戻り値:
-