Interface TableNameResolver


@Beta public interface TableNameResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    Resolves the DB table name by entity name and locale.
  • Method Details

    • tableName

      String tableName(CdsEntity entity)
      Resolves the DB table name by entity name and locale.
      Returns:
      resolved table name