You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/core/convert/BasicJdbcConverterUnitTests.java
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/core/convert/DefaultDataAccessStrategyUnitTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ public void considersConfiguredWriteConverterForIdValueObjectsWhichReferencedInO
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/core/convert/JdbcCustomConversionsUnitTests.java
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/core/mapping/BasicJdbcPersistentPropertyUnitTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ public void detectsKeyColumnOverrideNameFromMappedCollectionAnnotation() {
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/repository/JdbcRepositoryIntegrationTests.java
+8-8
Original file line number
Diff line number
Diff line change
@@ -402,7 +402,7 @@ public void countByQueryDerivation() {
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/repository/config/AbstractJdbcConfigurationIntegrationTests.java
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/repository/query/PartTreeJdbcQueryUnitTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ public void createsQueryToFindAllEntitiesByStringAttribute() throws Exception {
Copy file name to clipboardExpand all lines: spring-data-relational/src/test/java/org/springframework/data/relational/core/sql/ConditionsUnitTests.java
Copy file name to clipboardExpand all lines: spring-data-relational/src/test/java/org/springframework/data/relational/core/sql/render/ConditionRendererUnitTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ public void shouldRenderNotIn() {
233
233
assertThat(sql).endsWith("WHERE my_table.left NOT IN (my_table.right)");
Copy file name to clipboardExpand all lines: spring-data-relational/src/test/java/org/springframework/data/relational/repository/query/RelationalExampleMapperTests.java
0 commit comments