File tree 1 file changed +3
-2
lines changed
spring-tx/src/main/java/org/springframework/dao
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2022 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
17
17
package org .springframework .dao ;
18
18
19
19
/**
20
- * Exception thrown when an attempt to insert or update data
20
+ * Exception thrown when an attempt to execute an SQL statement fails to map
21
+ * the given data, typically but no limited to an insert or update data
21
22
* results in violation of an integrity constraint. Note that this
22
23
* is not purely a relational concept; integrity constraints such
23
24
* as unique primary keys are required by most database types.
You can’t perform that action at this time.
0 commit comments