All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cds.jdbc.spi.TableNameResolver Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
/*******************************************************************
 * © 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