panos-kakos
41979445ef
Java 26374 Identify and move popular Boot articles ( #15139 )
2023-11-25 12:03:07 +02:00
timis1
474ec0c2e2
JAVA-22515 Split or move spring-data-jpa-repo-2 module (moved-1)
2023-07-08 22:06:30 +03:00
collaboratewithakash
2becb81f4c
backlink added
2023-06-09 15:36:17 +05:30
Bipin kumar
a408564d18
JAVA-21189: Formatting pom.xml modules starting from NOPQR ( #14097 )
2023-05-23 22:03:06 +05:30
edizor
356e748701
Update README.md
...
[skip ci]
2023-04-08 00:03:46 +08:00
ukhan1980
ae6493b568
[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
c119a05849
BAEL-6004 TRUNCATE table in Spring Data JPA ( #13554 )
2023-03-08 15:43:16 +01:00
Ulisses Lima
749a077478
BAEL-6046 - MongoDB - Field Level Encryption ( #13494 )
2023-02-18 14:27:12 +01:00
edizor
f878ccc38f
Update README.md
...
[skip ci]
2023-02-17 17:10:23 +08:00
Pedro Lopes
bfb2b1b9f4
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
05601ae0fe
Update README.md
...
[skip ci]
2023-01-20 16:34:39 +08:00
Muhammad Asif
caa663239f
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
f64bcee853
Update README.md
...
[skip ci]
2023-01-11 15:22:43 +08:00
lucaCambi77
03778c8f21
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
f63772f5e4
[ 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
456652e02b
JAVA-16563: Fix formatting of POMs ( #13175 )
2022-12-20 22:37:54 +05:30
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
Haroon Khan
b9789c23f0
[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
85c929b74b
Update README.md
2022-01-26 17:38:14 +08:00
lucaCambi77
4d159f7808
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
5242966787
JAVA-9486: Use guava.version defined in the parent pom
2022-01-18 09:42:21 +01:00
Haroon Khan
acc089e414
[JAVA-8367] Split spring-data-jpa-repo module
2021-12-23 22:23:23 +00:00
chaos2418
686857c251
JAVA-8435: reducing logging for tutorials-integration job
2021-11-20 09:45:50 +05:30
freelansam
32dde5b5d1
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
ae27c57803
JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 3)
2021-05-10 20:06:48 +05:30
johnA1331
f449b3cc37
Update README.md
2020-11-25 14:38:35 +08:00
Cicio Flaviu
a198814d31
[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
5a05897688
revert explicit junit, maven version overrides for boot projects
2020-10-14 16:16:17 +03:00
François Dupire
68287516fe
[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
910bda6ef1
[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
4e4ac650fa
[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