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

org.springframework.data.relational.core.sql.package-info Maven / Gradle / Ivy


/**
 * Statement Builder implementation. Use {@link org.springframework.data.relational.core.sql.StatementBuilder} to create
 * statements and {@link org.springframework.data.relational.core.sql.SQL} to create SQL objects. Objects and dependent
 * objects created by the Statement Builder are immutable except for builders.
 * 

* The Statement Builder API is intended for framework usage to produce SQL required for framework operations. * * @since 1.1 */ @NonNullApi @NonNullFields package org.springframework.data.relational.core.sql; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy