パッケージ org.nkjmlab.sorm4j.config

インタフェース TableNameMapper

    • メソッドの詳細

      • getTableName

        TableName getTableName​(Class<?> objectClass,
                               Connection connection)
        Get table name corresponding with the object class.
        パラメータ:
        objectClass - object class mapping to table
        connection -
        戻り値:
        table name exists in database.