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

org.springframework.data.relational.core.dialect.InsertRenderContext Maven / Gradle / Ivy

There is a newer version: 3.3.2
Show newest version
package org.springframework.data.relational.core.dialect;

import org.springframework.data.relational.core.sql.Insert;
import org.springframework.data.relational.core.sql.render.RenderContext;

/**
 * This interface encapsulates the details about how to process {@link Insert} SQL statement
 *
 * @see RenderContext
 * @author Mikhail Polivakha
 * @since 2.4
 */
public interface InsertRenderContext {

	String getDefaultValuesInsertPart();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy