Skip to content

Commit d938d29

Browse files
author
Artemiy Degtyarev
committed
add: me in headers!
1 parent f43c714 commit d938d29

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/JdbcCountQueryCreator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
*
3434
* @author Mark Paluch
3535
* @author Diego Krupitza
36+
* @author Artemiy Degtyarev
3637
* @since 2.2
3738
*/
3839
public class JdbcCountQueryCreator extends JdbcQueryCreator {

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/JdbcQueryCreator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
* @author Jens Schauder
4848
* @author Myeonghyeon Lee
4949
* @author Diego Krupitza
50+
* @author Artemiy Degtyarev
5051
* @since 2.0
5152
*/
5253
public class JdbcQueryCreator extends RelationalQueryCreator<ParametrizedQuery> {

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/PartTreeJdbcQuery.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
* @author Mikhail Polivakha
6060
* @author Yunyoung LEE
6161
* @author Nikita Konev
62+
* @author Artemij Degtyarev
6263
* @since 2.0
6364
*/
6465
public class PartTreeJdbcQuery extends AbstractJdbcQuery {

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/StatementFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
* utility and should not be used outside of the framework as it can change without deprecation notice.
4343
*
4444
* @author Mark Paluch
45+
* @author Artemiy Degtyarev
4546
* @since 4.0
4647
*/
4748
public class StatementFactory {

spring-data-jdbc/src/test/java/org/springframework/data/jdbc/repository/JdbcRepositoryIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
* @author Christopher Klein
9797
* @author Mikhail Polivakha
9898
* @author Paul Jones
99+
* @author Artemiy Degtyarev
99100
*/
100101
@IntegrationTest
101102
public class JdbcRepositoryIntegrationTests {

0 commit comments

Comments
 (0)