パッケージ 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.
    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

      TableMetaData getTableMetaData(String tableName)
      Gets table metadata to the given object class and the table name.
      戻り値: