Commit Graph

22 Commits

Author SHA1 Message Date
edizor 2b06a24533 Update README.md
[skip ci]
2023-05-26 00:53:15 +08:00
uzma 53dd1f7e9a [BAEL-6344] address PR comment 2023-05-22 13:40:23 +01:00
uzma 81ab123e84 [BAEL-6105] refactor test names 2023-05-05 15:04:09 +01:00
uzma e9ad048d8d [BAEL-6105] code for list to page article 2023-05-05 14:52:08 +01:00
uzma 555662907a [BAEL-6105] code for list to page article 2023-05-05 11:07:33 +01:00
edizor d588f4e001 Update README.md
[skip ci]
2023-02-17 18:57:00 +08:00
Amit Kumatr 792bda644d renamed the Test class 2023-02-12 13:30:21 +05:30
Amit Kumatr 91c73a097e removed transactional annotation 2023-02-01 02:06:26 +05:30
Amit Kumatr bc446e25d4 removed unwanted code 2023-01-31 18:31:35 +05:30
Amit Kumatr 7be973e5aa rename the package 2023-01-31 18:30:43 +05:30
Amit Kumatr 83aae330ac added setup and teardown method 2023-01-27 00:54:56 +05:30
Amit Kumatr e04bb7bc91 added code of collections-vs-stream 2023-01-27 00:32:13 +05:30
edizor abb7b82e3e Update README.md
[skip ci]
2023-01-11 14:53:40 +08:00
Kilian Schneider a26acf8a0c BAEL-6055 NonUniqueResultException in Spring Data JPA (#13173)
* BAEL-6055 NonUniqueResultException in Spring Data JPA

* update using AssertJ Exception

* Update persistence-modules/spring-data-jpa-query-3/src/test/java/com/baeldung/spring/data/jpa/query/nonuniqueresultexception/NonUniqueResultExceptionIntegrationTest.java

Co-authored-by: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/spring-data-jpa-query-3/src/test/java/com/baeldung/spring/data/jpa/query/nonuniqueresultexception/NonUniqueResultExceptionIntegrationTest.java

Co-authored-by: KevinGilmore <kpg102@gmail.com>

Co-authored-by: KevinGilmore <kpg102@gmail.com>
2022-12-30 11:03:21 -07:00
Haroon Khan 7f6b12abcb [JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12647) 2022-08-25 21:30:13 +05:30
Asjad J 14f0910339 Updated README.md
added link back to the article: https://www.baeldung.com/spring-jpa-joining-tables
2022-05-23 16:48:34 +05:00
etrandafir93 93b3264964 BAEL-5547: added code for specifications join (#12212)
* BAEL-5547: added code for specifications join

* BAEL-5547: renamed test class and formatted the code
2022-05-15 07:35:01 -07:00
Asjad J 3ba1e439cf Updated README.md
added link back to the article: https://www.baeldung.com/jpql-hql-criteria-query
2022-05-10 06:49:34 +05:00
Mayank Aggarwal 1ce8895891 Bael 5438 (#12176)
* [BAEL-5438] Added Criteria Queries for Employee

* [BAEL-5438] Added tests and entities for named queries and criteria queries

* [BAEL-5438] Removed unused sorting files

* [BAEL-5438] Ignored spring context test

* BAEL-5438 Indented with 4 spaces

Co-authored-by: Mayank Agarwal <mayankaggarwal@zeta.tech>
2022-05-07 14:22:36 +02:00
Mayank Aggarwal 7fb15d26dd [BAEL-5438] Added Criteria Queries & Hibernate Queries (#12127)
* [BAEL-5438] Added Criteria Queries for Employee

* [BAEL-5438] Added tests and entities for named queries and criteria queries

* [BAEL-5438] Removed unused sorting files

* [BAEL-5438] Ignored spring context test

Co-authored-by: Mayank Agarwal <mayankaggarwal@zeta.tech>
2022-04-28 10:26:16 +02:00
sampadawagde b8176a265a JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
Haroon Khan 17449fa3de [JAVA-8369] Split spring-data-jpa-query-2 module 2022-01-11 08:43:33 +00:00