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