com.sap.cds.jdbc.spi.TableNameResolver Maven / Gradle / Ivy
/*******************************************************************
* © 2021 SAP SE or an SAP affiliate company. All rights reserved. *
*******************************************************************/
package com.sap.cds.jdbc.spi;
import com.google.common.annotations.Beta;
import com.sap.cds.reflect.CdsEntity;
@Beta
public interface TableNameResolver {
/**
* Resolves the DB table name by entity name and locale.
*
* @return resolved table name
*/
String tableName(CdsEntity entity);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy