Commit Graph

1346 Commits

Author SHA1 Message Date
johnA1331
52d01d374b Update README.md 2020-12-09 18:17:32 +08:00
Emmanuel Yasa
bb74502aa5 [BAEL-4056] Guide to MultipleBagFetchException (#10304)
* Removes DummyEntity
* Uses Artist Entity instead of DummyEntity
2020-12-04 18:44:40 -08:00
Emmanuel Yasa
5443f23db3 [BAEL-4056] Guide to MultipleBagFetchException (#10294)
* Adds Domain Models
* Adds Integration Tests
2020-11-30 23:22:46 -08:00
johnA1331
bcbab76e78 Update README.md 2020-11-25 14:38:35 +08:00
Loredana Crusoveanu
f441017651 Merge pull request #10262 from johnA1331/master
BAEL-29326 - add links to github-baeldung articles
2020-11-19 20:58:30 +02: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
johnA1331
7f616e4857 Update README.md 2020-11-18 17:09:46 +08:00
johnA1331
7c21ca2680 Update README.md 2020-11-18 17:00:13 +08:00
Mateusz Szablak
86f154d83b BAEL-4723 Defining Indexes in JPA #2 (#10254)
* BAEL-4723 Defining Indexes in JPA

* unit -> integration test

* whitespaces fix

* tab to space

Co-authored-by: mateusz.szablak <mateusz.szablak@accenture.com>
2020-11-15 21:26:38 -08:00
kwoyke
87538ae690 BAEL-3565: Using enums in JPQL examples (#10248) 2020-11-14 00:28:03 +01:00
Mateusz Szablak
8f425e5727 BAEL-4723 Defining Indexes in JPA (#10247)
* BAEL-4723 Defining Indexes in JPA

* unit -> integration test

Co-authored-by: mateusz.szablak <mateusz.szablak@accenture.com>
2020-11-13 10:25:15 -08:00
johnA1331
1334e1a279 Update README.md 2020-11-11 21:32:16 +08:00
Jonathan Cook
c8c1e63a20 Merge pull request #10216 from emyasa/BAEL-4643
BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
2020-11-11 11:46:00 +01:00
Jonathan Cook
e0a581b6e1 Merge pull request #10219 from thejoeflow/BAEL-4635
[BAEL-4635] Tests for JPA Transient Annotation tutorial
2020-11-10 10:44:45 +01:00
Loredana Crusoveanu
5900412a93 Merge pull request #10235 from johnA1331/master
BAEL-29324 - add links to github-baeldung articles
2020-11-06 12:41:55 +02:00
GilvanOrnelas
c7b0b6dc68 Fixing db indexing integration tests (#10229)
Co-authored-by: Gilvan Ornelas Fernandes Filho <gilvan.fernandes@bairesdev.com>
2020-11-06 09:04:33 +00:00
johnA1331
f0a47e9868 Update README.md 2020-11-05 14:10:38 +08:00
Emmanuel Yasa
f6f1c11082 BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
* Adds a test to OrphanRemovalIntegrationTest that expects a PersistenceException
2020-11-04 23:42:20 +08:00
Emmanuel Yasa
e66514e3dd BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
* Reformats code using the provided intelliJ-formatter.xml
2020-11-04 23:42:20 +08:00
Emmanuel Yasa
d3da953252 BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
* Defines the Domain: ShipmentInfo, LineItem and OrderRequest entity
* Adds CascadeTypeRemoveIntegrationTest
* Adds OrphanRemovalIntegrationTest
2020-11-04 23:42:20 +08:00
joe
7c3fcf1c47 [BAEL-4635] Fixed tests and formatted per feedback 2020-11-02 22:05:46 -05:00
GilvanOrnelas
4711e4fedb Storing files indexed by a database (#10174)
Creating the FileLocationService to link the FileSystemRepository to the ImageDbRepository. Removing test order

Changing to BDDMockito

Changing Long wrapper for @id. Changing the test names to given-when-then pattern

Co-authored-by: Gilvan Ornelas Fernandes Filho <gilvan.fernandes@bairesdev.com>
2020-11-01 14:46:15 +00:00
joe
7d65b4b0ab [BAEL-4635] Tests for JPA Transient Annotation tutorial 2020-10-29 20:17:31 -04:00
johnA1331
7ae821fc7e Update README.md 2020-10-28 17:15:12 +08:00
johnA1331
ec5ab9632a Update README.md 2020-10-28 17:05:43 +08:00
johnA1331
6dab85e330 Update README.md 2020-10-28 17:01:07 +08:00
johnA1331
58386d6cea Update README.md 2020-10-28 16:24:05 +08:00
johnA1331
13b4a6dde9 Update README.md 2020-10-28 15:45:12 +08:00
johnA1331
7bd8578c85 Update README.md 2020-10-21 11:37:34 +08:00
johnA1331
c4130fdc9b Create README.md 2020-10-21 11:28:46 +08:00
johnA1331
6890c362fb Update README.md 2020-10-21 11:23:19 +08:00
Loredana
b8f7d3da93 update jpa shared key 2020-10-20 12:33:13 +03:00
Loredana
2a1f5911c2 fix redis context test 2020-10-17 12:36:50 +03:00
Loredana Crusoveanu
8d6674968a Merge pull request #10137 from catull/elmiminate-double-entry
Eliminate duplicate dependency spring-boot-starter-web
2020-10-16 19:05:14 +03:00
Umang Budhwar
281211a5f0 BAEL-4475 (#10151)
* Added code for checking if a class is abstract or not.

* Renamed test name as per review comments.

* Added code to get database URL from Connection object.

* Refactored code to break lines.
2020-10-16 08:52:25 -05:00
Loredana
aae130aab4 revert explicit junit, maven version overrides for boot projects 2020-10-14 16:16:17 +03:00
Loredana Crusoveanu
f1a29a5f1c Merge pull request #10141 from johnA1331/master
BAEL-28473 - add links to github-baeldung articles
2020-10-09 16:05:20 +03:00
mdabrowski-eu
e5e2112d0b BAEL-4565 Object States in Hibernate's Session (#10107) 2020-10-09 07:59:51 +03:00
Jordan Simpson
fefe80fe03 Added "Unit" to the class name to satisfy the pmd.xml violation. 2020-10-08 08:42:56 -05:00
johnA1331
8ce408d71c Update README.md 2020-10-08 14:56:50 +08:00
johnA1331
8d5e10d065 Update README.md 2020-10-08 14:14:07 +08:00
johnA1331
4594035329 Update README.md 2020-10-08 14:12:45 +08:00
Jordan Simpson
48cca0726e Fixed test code after merge from master. 2020-10-07 23:13:14 -05:00
johnA1331
7bcdc5d8cd Update README.md 2020-10-07 17:32:44 +08:00
catull
940d5c86ad Eliminate duplicate dependency spring-boot-starter-web 2020-10-07 10:21:11 +02:00
Jordan Simpson
65eea34934 Merge branch 'master' into BAEL-4590 2020-10-03 14:53:34 -05:00
Jordan Simpson
7afc518e78 Added code examples from the article. 2020-10-03 00:42:54 -05:00
majajoksovic
81cbe28e90 BAEL-4505 (#10119)
* initial commit

* fixed formatting

* formatting changes

* test fix
2020-10-02 10:23:50 -07:00
johnA1331
5b67b899ba Create README.md 2020-10-02 13:36:59 +08:00
Dhawal Kapil
ca11e45f6c JAVA-2432 Move articles out of spring-hibernate4
Removed legacy hibernate-4-spring article
2020-09-30 19:19:44 +05:30