Files
spring-data-relational/spring-data-jdbc/src
arefbehboudi 7b31620e4f Refactor code with instanceof pattern variable.
In some cases, we currently use the traditional `instanceof` checks followed by explicit type casting.
With the introduction of pattern matching in recent Java versions, we can refactor these checks to make the code more concise and readable.

Original pull request #1868
2024-08-30 10:20:54 +02:00
..