We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bd028 commit acf5149Copy full SHA for acf5149
spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query/JpaQueryMethod.java
@@ -70,8 +70,8 @@ public class JpaQueryMethod extends QueryMethod {
70
/**
71
* @see <a href=
72
* "https://jakarta.ee/specifications/persistence/3.1/jakarta-persistence-spec-3.1#persistent-fields-and-properties">Jakarta
73
- * Persistence Specification: Persistent Fields and Properties - Paragraph
74
- * starting with "Collection-valued persistent...".</a>
+ * Persistence Specification: Persistent Fields and Properties - Paragraph starting with
+ * "Collection-valued persistent...".</a>
75
*/
76
private static final Set<Class<?>> NATIVE_ARRAY_TYPES;
77
private static final StoredProcedureAttributeSource storedProcedureAttributeSource = StoredProcedureAttributeSource.INSTANCE;
0 commit comments