ukhan1980
c16d9ede8f
[BAEL-6041] add code for cascading delete ( #13699 )
...
Co-authored-by: uzma <u.khan@proxymity.io >
2023-03-24 10:22:32 -07:00
Mateusz Szablak
ca7417874c
BAEL-6004 TRUNCATE table in Spring Data JPA ( #13554 )
2023-03-08 15:43:16 +01:00
Ulisses Lima
35f7dbfcc8
BAEL-6046 - MongoDB - Field Level Encryption ( #13494 )
2023-02-18 14:27:12 +01:00
edizor
ffb997fdbc
Update README.md
...
[skip ci]
2023-02-17 17:10:23 +08:00
Pedro Lopes
f90837908a
BAEL-6119: Difference Between findBy and findAllBy in Spring Data JPA ( #13344 )
...
* player entity and repository. test structure
* moving modules
* test findFirst. cleanups.
* adding @Repository
* player entity and repository. test structure
* moving modules
* test findFirst. cleanups.
* adding @Repository
* changing module
* adding show-sql config
* removing unrelated change
* properties SB annotation
2023-02-08 21:58:28 -07:00
edizor
546740a844
Update README.md
...
[skip ci]
2023-01-20 16:34:39 +08:00
Muhammad Asif
f70e1d61ef
muasif80@gmail.com ( #13262 )
...
* BAEL-6063
* Updated the unit test class name
* Fixed the test
* Made updates to method names for tests and some refactor of code
* Updated the formatting using Baeldung formatter for Java
* Removed the space around = and made line continuations 2 spaces
2023-01-19 11:02:40 +05:30
edizor
f3b3556942
Update README.md
...
[skip ci]
2023-01-11 15:22:43 +08:00
lucaCambi77
4a417e003d
fix: wrong model package name [ BAEL-5987 ] ( #13268 )
...
* feat: add jpa - spring data difference examples
* fix: remove _ from package name
* fix: model package name
2023-01-09 19:55:06 -06:00
lucaCambi77
3bf39c6416
[ BAEL-5987 ] - Difference Between JPA and Spring Data JPA ( #13209 )
...
* feat: add jpa - spring data difference examples
* fix: remove _ from package name
2023-01-04 21:34:13 -06:00
freelansam
55810387b4
JAVA-16563: Fix formatting of POMs ( #13175 )
2022-12-20 22:37:54 +05:30
Haroon Khan
c779eb6331
[JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 ( #12647 )
2022-08-25 21:30:13 +05:30
Haroon Khan
bea0209f39
[JAVA-13976] Upgrade Spring Boot to 2.7.2 ( #12603 )
...
* [JAVA-13976] Upgrade Spring Boot to 2.7.2
* [JAVA-13976] Fix failing test due to incorrect Jackson version
2022-08-22 22:47:32 +05:30
johnA1331
a29a89de1f
Update README.md
2022-01-26 17:38:14 +08:00
lucaCambi77
f407e4ce38
BAEL-5263 : Access Entity Manager with Spring Boot and Spring Data ( #11680 )
...
* feat: entity manager with spring data
* fix typo
* fix: article and code review
2022-01-23 09:06:25 +05:30
Krzysiek
1d0a4c95c8
JAVA-9486: Use guava.version defined in the parent pom
2022-01-18 09:42:21 +01:00
Haroon Khan
38e32634ec
[JAVA-8367] Split spring-data-jpa-repo module
2021-12-23 22:23:23 +00:00
chaos2418
fa1f32f186
JAVA-8435: reducing logging for tutorials-integration job
2021-11-20 09:45:50 +05:30
freelansam
69a1db0eb0
JAVA-6475: Fix formatting of POMs ( #11087 )
...
* JAVA-6475: Fix formatting of POMs
* correct build error
2021-08-03 00:27:15 +05:30
sampadawagde
a9df5c014f
JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 3)
2021-05-10 20:06:48 +05:30
johnA1331
bcbab76e78
Update README.md
2020-11-25 14:38:35 +08:00
Cicio Flaviu
ce99c72059
[BAEL-4637] Performance difference between save() and saveAll() in Spring Data ( #10177 )
...
* [BAEL-4637] Performance difference between save() and saveAll() in Spring Data
* Apply suggestions from code review
* Rename IBookRepository.java to BookRepository.java
2020-11-19 15:48:03 +01:00
Loredana
aae130aab4
revert explicit junit, maven version overrides for boot projects
2020-10-14 16:16:17 +03:00
François Dupire
d3ef791ab6
[JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions ( #10018 )
...
* [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions
* Upgraded JUnit version for persistence-module and the modules that directly depends on it
* Upgraded Maven Surefire Plugin version for these as well
* Either made modules inheriting from persistence-modules instead of parent-modules or added relative paths when already inheriting persistence-modules
* Upgraded versions in other modules
* [JAVA-1669] Removed explicit relativePath in pom.xml when default value used
* [JAVA-1669] Minor fix
2020-09-23 23:40:21 +05:30
fdpro
43ff7a7d54
[JAVA-2306] Fixed READMEs
...
* spring-jpa-2
* spring-data-jpa-repo-2
* spring-data-jpa-query-2
* spring-jdbc
* spring-persistence-simple
2020-09-02 20:22:44 +02:00
fdpro
02ce7f1b58
[JAVA-2306] Moved articles from spring-persistence-simple
...
* https://www.baeldung.com/the-persistence-layer-with-spring-and-jpa went into spring-jpa-2
* https://www.baeldung.com/hibernate-5-spring went to spring-jpa-2
* https://www.baeldung.com/transaction-configuration-with-jpa-and-spring went to spring-jpa-2
* https://www.baeldung.com/persistence-layer-with-spring-and-hibernate went to spring-jpa-2
* https://www.baeldung.com/simplifying-the-data-access-layer-with-spring-and-java-generics went to spring-jpa-2
* https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa went to spring-data-jpa-repo-2
* https://www.baeldung.com/spring-data-jpa-query went to spring-data-jpa-query-2
* https://www.baeldung.com/spring-jdbc-jdbctemplate moved to spring-jdbc
* Removed spring-persistence-simple module as all articles have been moved
2020-09-02 20:22:44 +02:00