Commit Graph

64 Commits

Author SHA1 Message Date
Loredana Crusoveanu 37b2cb44ee
Merge pull request #7364 from eugenp/BAEL-15976-v2
Bael 15976 v2
2019-07-28 10:27:26 +03:00
Dhawal Kapil b6ae9ec3b4 Story/bael 14304 (#7311)
* BAEL-15951 Moved vavr, JHipster to default profiles

* BAEL-14304 Include the SpringContextIntegrationTest in the default build

- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists

* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles

* BAEL-14304 Minor changes
2019-07-20 14:33:56 +03:00
Loredana 98c537f20f update links 2019-07-20 12:11:16 +03:00
amit2103 73ea42d0ae [BAEL-15321] - Extracted versions into properties 2019-07-07 01:08:17 +05:30
amit2103 0b5d17f8ac [BAEL-14849] - Fixed tests in spring-data-jpa, spring-hibernate-5 modules 2019-05-30 17:26:39 +05:30
Loredana dcca85823e update db properties 2019-05-20 23:00:30 +03:00
amit2103 2c0f03012a [BAEL-12800] - Added auto config classes for DataSource 2019-05-19 15:48:35 +05:30
amit2103 567fcc1ba0 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-12800 2019-05-19 14:54:54 +05:30
amit2103 3e0d3242d2 [BAEL-14321] - Moved @Query article code 2019-05-13 00:59:41 +05:30
amit2103 e7e500104b [BAEL-12800] - Corrected password field 2019-05-04 21:33:47 +05:30
amit2103 8e5d85cd85 [BAEL-12800] - Added MultipleDataSourceConfiguration and added autowiring of DataSources in Product and User Config classes 2019-05-02 00:35:32 +05:30
amit2103 7fa1c651e5 [BAEL-12800] - Fixed the multiple DB article codebase 2019-05-01 20:51:42 +05:30
Loredana c2f4229972 refactor spring-data-jpa 2019-04-30 19:43:10 +03:00
Loredana 1d1fd5ed3e fix conflicts 2019-04-30 14:09:47 +03:00
dcalap e41d832038 #BAEL-2828 - first and top example methods added (#6742)
* #BAEL-2828 - first and top example methods added

* #BAEL-2828 - fix import and method same erasure error

* #BAEL-2828 - get rid of Optional in order to pass tests
2019-04-19 22:38:03 -06:00
Loredana Crusoveanu dfc9b0d027
Merge pull request #6688 from sheryllresulta/master
Bi-monthly test fix - BAEL-13609
2019-04-12 23:01:56 +03:00
Ekaterina Galkina 0554797999 replace 2019-04-10 18:47:23 +05:00
sheryllresulta f90fc505ef
Update README.md 2019-04-05 14:23:48 +08:00
ashleyfrieze 64cb4425c5
Merge pull request #6638 from myluckagain/BAEL-2477
BAEL-2477
2019-04-03 22:33:43 +01:00
eric-martin 006a51892d BAEL-2829: Moving to spring-data-jpa-2 2019-04-01 22:35:07 -05:00
Ekaterina Galkina 602d8b5a09 BAEL-2477 2019-04-01 14:03:29 +05:00
Shubhra Srivastava 3465c347d5 Bael 2826 case insensitive spring data jpa (#6625)
* BAEL-2826: Case Insensitive Comparison Spring data jpa

* BAEL-2826: Fixing imports
2019-03-31 14:47:52 -07:00
Eric Martin db72c6d2a0
Merge pull request #6589 from tinomthomas/master
BAEL - 2829
2019-03-30 23:44:24 -05:00
TINO ee06fce6f8 BAEL - 2829
Fixed the compilation error
2019-03-29 11:08:14 +03:00
Blockchain-Trainer 76ff0d25cf [BAEL-2718] - Spring JPA Batch Inserts (#6333)
* [BAEL-2718] - Spring JPA Batch Inserts

* [BAEL-2718] - Spring JPA Batch Inserts (New PR)

* [BAEL-2718] - Spring JPA Batch Inserts New PR

* [BAEL-2718] - Spring JPA Batch Inserts

* BAEL-2718 - formatting (tab to space)
2019-03-28 04:33:40 -06:00
TINO 90eb4ba359 BAEL 2829 2019-03-27 23:29:15 +03:00
TINO a22ce57c66 BAEL - 2829
Review comments incorporated
2019-03-27 23:24:56 +03:00
TINO 64b8fa049b BAEL - 2829 2019-03-25 21:58:56 +03:00
sheryllresulta b7c1931059
Update README.md 2019-03-18 19:02:55 +08:00
Sumeet Gajbhar 527e3440ac BAEL-2520 code moved to java-jpa module (#6525)
* BAEL-2520 code changes done

* BAEL-2520 moved code to java-jpa module

* BAEL-2520 moved code to java-jpa module
2019-03-12 09:41:02 -07:00
collaboratewithakash 04638627a7
Back-link added 2019-03-04 17:29:42 +05:30
collaboratewithakash 00b9b9e9b9
Back-link added 2019-03-04 17:17:19 +05:30
Sumeet Gajbhar b577e94b5c BAEL-2520 code changes done (#6446) 2019-03-01 15:25:31 -08:00
Loredana 70016f1d76 fix spring-data-jpa module 2019-02-26 22:28:52 +02:00
dupirefr c030b8830b Merge remote-tracking branch 'baeldung/master' into bael-2538 2019-02-19 07:42:13 +01:00
dupirefr 78d0b85b2d [BAEL-2538] Rearranged classes 2019-02-19 07:24:07 +01:00
FrancoCorleone 243c671edb [BAEL-2566] Add example of Insert with Modifying Native Query (#6164)
* [BAEL-2566] Add example of Insert with Modifying Native Query

* [BAEL-2557] Fix MR conflicts

* [BAEL-2557] Cleanup tests
2019-02-18 09:48:46 -07:00
dupirefr acd350b2b6 Merge remote-tracking branch 'baeldung/master' into bael-2538 2019-02-17 17:49:34 +01:00
dupirefr 099a8c9ae7 [BAEL-2538] Updated to return int with @Modifying queries 2019-02-17 17:07:18 +01:00
Ekaterina Galkina dec56b6d0f BAEL-2502 2019-02-15 16:30:40 +00:00
FrancoCorleone 8a264439b7 Bael 2557 (#6307)
* [BAEL-2557] Implement tests with Test Containers

* [BAEL-2557] Remove author info

* [BAEL-2557] Small refactor fixes

* [BAEL-2557] Remove duplicated property

* [BAEL-2557] Fix pmd rule violation
2019-02-11 22:09:37 -07:00
dupirefr 04749e3313 [BAEL-2538] Added tutorial queries and tests 2019-02-05 18:41:57 +01:00
collaboratewithakash ad763b4ac5
Back-link added 2019-02-05 17:19:39 +05:30
eric-martin 630d07277e BAEL-2406: Improve asserts in PassengerRepositoryIntegrationTest 2019-01-26 15:25:41 -06:00
Trevor Gowing 4187df5ce9 QueryByExample (QBE) Examples
BAEL-2406
2019-01-21 22:59:14 +02:00
Trevor Gowing 974950923c Refactor Passenger Entity
Change seat number type to integer wrapper.
Enable QuerybyExample (QBE)

BAEL-2406
2019-01-21 20:41:54 +02:00
myluckagain 5faa406cb0 BAEL-2474 (#5997)
* BAEL-2474

* rename UserRepositoryImpl.java into UserRepositoryCustomImpl.java
2019-01-08 11:36:42 -03:00
collaboratewithakash 83795f9421
Backlink added 2019-01-04 17:46:02 +05:30
Emily Cheyne de80339a2a
BAEL-2090 update readme 2018-12-30 09:12:21 -07:00
FrancoCorleone 2c801888e7 BAEL-2090 Insert with JPA
* Adding inserts for JPA objects repositories

* Refactor tests

* Small refactor

* Small refactor

* Remove redundant @Repository annotation

* Refactor tests

* Change to simple entity manager implementation

* Refactor changes

* Remove Spring repositories, Add simple implementation using EntityManager

* Remove redundant Interface

* Remove redundant files

* Update persistence-modules/spring-data-jpa/src/main/java/com/baeldung/dao/repositories/impl/PersonInsertRepository.java

Co-Authored-By: FrancoCorleone <jedfra6@gmail.com>
2018-12-28 16:18:30 -07:00