パッケージ org.nkjmlab.sorm4j

インタフェース TableMetaDataFunction

既知のサブインタフェースのリスト:
Orm, OrmConnection, OrmTransaction, Sorm

public interface TableMetaDataFunction
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    getTableMetaData(Class<?> objectClass)
    Gets table metadata corresponding to the given object class.
    getTableMetaData(Class<?> objectClass, String tableName)
    Gets table metadata to the given object class and the table name.
    getTableName(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 -
      戻り値: