Polishing.

Add author tags.

See #1721
Original pull request #1722
This commit is contained in:
Jens Schauder
2024-04-23 11:52:21 +02:00
parent f50609f7b1
commit 13ed4baf45
4 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ import org.springframework.lang.Nullable;
* versa.
*
* @author Jens Schauder
* @author Mark Paluch
* @since 1.1
*/
public interface JdbcConverter extends RelationalConverter {

View File

@@ -50,6 +50,7 @@ import org.springframework.util.StringUtils;
* @author Moises Cisneros
* @author Hebert Coelho
* @author Diego Krupitza
* @author Mark Paluch
*/
public class JdbcQueryMethod extends QueryMethod {

View File

@@ -63,6 +63,7 @@ class DerivedSqlIdentifier implements SqlIdentifier {
@Override
public String toSql(IdentifierProcessing processing) {
// using a local copy of volatile this.sqlName to ensure thread safety.
CachedSqlName sqlName = this.sqlName;
if (sqlName == null || sqlName.processing != processing) {

View File

@@ -62,6 +62,7 @@ class DefaultSqlIdentifier implements SqlIdentifier {
@Override
public String toSql(IdentifierProcessing processing) {
// using a local copy of volatile this.sqlName to ensure thread safety.
CachedSqlName sqlName = this.sqlName;
if (sqlName == null || sqlName.processing != processing) {