Commit Graph

545 Commits

Author SHA1 Message Date
sumit.sg34 bbce155a78 BAEL-2841 spring data jpa populators 2019-04-09 22:44:45 +05:30
sheryllresulta ea9461efad
Update README.MD 2019-04-09 21:41:26 +08:00
collaboratewithakash eaf1d3e35b
Back-link added 2019-04-09 17:17:51 +05:30
collaboratewithakash 9e87ba107f
Back-link added 2019-04-09 17:10:31 +05:30
collaboratewithakash 5b64febff3
Back-link added 2019-04-09 17:02:29 +05:30
collaboratewithakash 35e274c821
Back-link added 2019-04-09 16:48:29 +05:30
isa ölmez 59f3b02e87 BAEL-2811: Added sample code for jpa joins (#6691) 2019-04-08 14:24:24 -07:00
amit2103 3bbb2fbc55 [BAEL-13314] - Fix formatting of POMs 2019-04-08 00:12:30 +05:30
amit2103 caef6500c2 [BAEL-13313] - Extract versions into properties 2019-04-07 00:19:58 +05:30
Shubhra Srivastava 06cb2e5351 Bael 2826 case insensitive spring data jpa (#6668)
* BAEL-2826: Case Insensitive Comparison Spring data jpa

* BAEL-2826: Fixing imports

* BAEL-2826: Case Insensitive Comparison Spring data jpa

* BAEL-2826: Fixing imports

* BAEL-2826: Moving code to another repo

* BAEL-2826: Moving code to another repo

* BAEL-2826 : Refactor

* BAEL-2826 : Refactor

* BAEL-2826 : Override equals hashcode
2019-04-06 09:00:35 -07:00
sheryllresulta 288e67d573
Update README.md 2019-04-05 14:38:32 +08:00
sheryllresulta f90fc505ef
Update README.md 2019-04-05 14:23:48 +08:00
sheryllresulta 95f217d1a7
Update README.md 2019-04-05 13:55:54 +08:00
sheryllresulta 4b9a7f3420
Update README.md 2019-04-04 21:51:14 +08:00
ashleyfrieze 64cb4425c5
Merge pull request #6638 from myluckagain/BAEL-2477
BAEL-2477
2019-04-03 22:33:43 +01:00
Paul Latzelsperger c9211557bd BAEL-2803 (#6640)
* added sample code for eval article

* BAEL-2803 Sample Code

* updated tests, repo method names

* moved sources for BAEL-2803 here

* removed dependencies introduced by BAEL-2803

* re-added sources

* moved code to new module

* removed eval article code
2019-04-02 12:13:24 -07: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
jarpz 7b51ca1dce feat(like-expressions): add Song + SongRepository with integration tests (#6633) 2019-03-31 14:53:43 -07: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
rodolforfq 0b9a5b3d04 BAEL-2806 (#6591)
* BAEL-2806

Article companion code.

* BAEL-2806-Rev1

Added integration tests, improved examples and fixed an error.
2019-03-31 07:48:49 -07:00
Eric Martin db72c6d2a0
Merge pull request #6589 from tinomthomas/master
BAEL - 2829
2019-03-30 23:44:24 -05:00
eric-martin 2eaf55fce3 BAEL-1961: Fixed UserModelListener.onBeforeConvert() 2019-03-29 19:57:18 -05:00
Loredana b8af6bec2b fix multiple sql files test 2019-03-29 23:40:03 +02:00
TINO ee06fce6f8 BAEL - 2829
Fixed the compilation error
2019-03-29 11:08:14 +03:00
amit2103 4195b7e406 [BAEL-10897] - Fixed tomcat connection pool issue and CarRepositoryIntegrationTest 2019-03-29 00:24:14 +05:30
amit2103 0b7d4a4d64 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-10897 2019-03-29 00:08:00 +05:30
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
Loredana bce367c5f2 update readme 2019-03-27 22:41:19 +02:00
TINO 90eb4ba359 BAEL 2829 2019-03-27 23:29:15 +03:00
Loredana 78db505e7b move code 2019-03-27 22:25:46 +02:00
TINO a22ce57c66 BAEL - 2829
Review comments incorporated
2019-03-27 23:24:56 +03:00
Loredana b94dedadd5 move code to mongodb module 2019-03-27 22:21:01 +02:00
beardyinc 07b62fd912 BAEl 2803 (#6574)
* BAEL-2803 Sample Code

* updated tests, repo method names

* moved sources for BAEL-2803 here

* removed dependencies introduced by BAEL-2803

* re-added sources

* renamed test methods according to BDD
2019-03-26 19:41:42 -07:00
Loredana Crusoveanu ccc39861fe
Merge pull request #6557 from sheryllresulta/master
Bi-monthly test fix- BAEL-13355
2019-03-26 22:39:56 +02:00
TINO 64b8fa049b BAEL - 2829 2019-03-25 21:58:56 +03:00
amit2103 3e926d56be [BAEL-10897] - Fixed spring-boot-persistence tests 2019-03-24 22:37:08 +05:30
sumit.sg34 8a2e671a11 Fixed test case names 2019-03-24 09:14:39 +05:30
Loredana Crusoveanu 5575383a0d
Update README.md 2019-03-23 12:15:58 +02:00
Loredana Crusoveanu 199334a0b4
Merge pull request #6567 from sumitsg34/master
BAEL-2827 code added for deleteby methods
2019-03-23 09:47:07 +02:00
sumit.sg34 2b8c73c376 BAEL-2827 added one example for @query 2019-03-22 23:20:12 +05:30
sumit.sg34 117e4038b9 BAEL-2827 code added for deleteby methods 2019-03-21 10:24:37 +05:30
Seun Matt 66f20f1441 added example code for BAEL-2083 (#6486)
* added example code for BAEL-2083

* updated example code for BAEL-2083
2019-03-20 09:05:30 -07:00
sheryllresulta b7c1931059
Update README.md 2019-03-18 19:02:55 +08:00
sheryllresulta 3fd366713e
Update README.md 2019-03-18 18:48:48 +08:00
sheryllresulta a15e932348
Update README.md 2019-03-18 17:47:11 +08:00
KevinGilmore b7c1092460
BAEL-2711: Add spring-boot-angular module to pom.xml (#6492)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article

* BAEL-2490: add link back to article

* BAEL-2471: add link back to article

* BAEL-2583: add link back to article

* BAEL-2738: add link back to article

* BAEL-2711: Add spring-boot-angular module to root pom

* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles
2019-03-16 17:56:54 -05:00
dionisPrifti b3fc27088b Bael 2709 (#6527)
* BAEL-2709: Implementing example for Spring Boot Hibernate.

* BAEL-2709: Changed test name.
2019-03-14 21:55:45 +02:00
Loredana Crusoveanu 65cbf46e6b
Merge pull request #6512 from sheryllresulta/master
Bi-monthly test fix - BAEL-12825
2019-03-12 19:05:23 +02: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
sheryllresulta 51cc461275
Update README.md 2019-03-12 15:30:51 +08:00
Surapaneni Venkata Kiran 4a0810acc8 BAEL-2575 : Disable auto configuration of data source (#6513) 2019-03-11 22:49:24 -05:00
dionisPrifti 6cd8c51b4d BAEL-2709: Implementing example for Spring Boot Hibernate. (#6478) 2019-03-11 14:43:15 +02:00
sheryllresulta 9672f704bd
Update README.md 2019-03-11 16:20:36 +08:00
amit2103 d36107b8c0 [BAEL-10128] Updated spring JPA article 2019-03-11 00:44:59 +05:30
Eric Martin 1df13f15f1
Merge pull request #6176 from svkirans/master
BAEL-2339 || ResultSet Demo
2019-03-08 07:37:10 -06:00
Loredana Crusoveanu 91ec49a5b0
Merge pull request #6440 from dkapil/task/BAEL-10890
Task/bael 10890
2019-03-05 21:31:31 +02:00
Loredana Crusoveanu d7f1c4a6b1
Merge branch 'master' into master 2019-03-04 21:47:56 +02: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
collaboratewithakash aa4a20b4a8
Back-link added 2019-03-04 17:07:30 +05:30
collaboratewithakash f956a00fdd
Back-link added 2019-03-04 17:05:55 +05:30
Loredana Crusoveanu b8225bf0db
Merge pull request #6402 from rozagerardo/geroza/BAEL-11601_move-and-update-test-multiple-mime-types-article
[BAEL-11601] Move and update Testing multiple MIME types
2019-03-03 11:58:33 +02:00
Sumeet Gajbhar b577e94b5c BAEL-2520 code changes done (#6446) 2019-03-01 15:25:31 -08:00
Dhawal Kapil a2f1f59e1f BAEL-10890 Fixed minor formatting 2019-02-28 22:21:29 +05:30
Dhawal Kapil f067f5a0f5 BAEL-10890 Added aggregator poms in several projects, cleaned up main pom.xml 2019-02-28 22:15:51 +05:30
sheryllresulta df9935ce97
Update README.md 2019-02-28 21:22:25 +08:00
sheryllresulta e3ba00d4fd
Update README.md 2019-02-28 21:01:26 +08:00
sheryllresulta 4df758c4e2
Update README.md 2019-02-28 21:00:50 +08:00
sheryllresulta b0eac9be89
Update README.md 2019-02-28 20:33:41 +08:00
sheryllresulta 53d1331ea8
Update README.md 2019-02-28 20:20:47 +08:00
sheryllresulta 072e2232b0
Update README.MD 2019-02-28 17:00:45 +08:00
Loredana 70016f1d76 fix spring-data-jpa module 2019-02-26 22:28:52 +02:00
Dhawal Kapil e4f65cbadc BAEL-10959 All tests were connecting to live couchbase instance, hence renamed to *LiveTest 2019-02-25 17:58:21 +05:30
Loredana Crusoveanu 6a68956032
Merge pull request #6350 from FDPro/bael-2538
[BAEL-2538] Spring Data JPA @Modifying annotation
2019-02-24 17:31:54 +02:00
Ger Roza 7ee231b817 [BAEL-11601] Move and update Testing REST with multiple MIME types article code
Moved the code and cleaned spring-rest-full module.
2019-02-24 11:49:28 -03:00
amit2103 1fd56a8c18 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-12669 2019-02-23 19:47:36 +05:30
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
amit2103 cc1183cd83 [BAEL-12668] - Make sure the tutorials build doesn't generate any un-committed or un-ignored artifacts 2019-02-18 01:08:28 +05:30
amit2103 2252d72184 [BAEL-12669] - Check modules that don't use our standard parents 2019-02-17 23:48:11 +05:30
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
Loredana Crusoveanu e2988ce85d
Merge pull request #6276 from raghav-jha/BAEL-2456
BAEL-2456 Hibernate Query Plan Cache
2019-02-17 09:22:41 +02:00
Eugen 8e60ff6b5d
Update README.md 2019-02-15 23:15:28 +02: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
Venkata Kiran Surapaneni b4041f577d Made holdability example much clear. 2019-02-11 08:28:20 -05:00
amit2103 97f8a0c46c [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
Loredana Crusoveanu f79f427dac
Merge pull request #6273 from amit2103/BAEL-12090
[BAEL-12090] - Extract versions into properties
2019-02-09 14:41:37 +02:00
Loredana Crusoveanu 27422d039d
Merge pull request #6284 from collaboratewithakash/master
Back-link added
2019-02-06 21:19:20 +02:00
dupirefr 04749e3313 [BAEL-2538] Added tutorial queries and tests 2019-02-05 18:41:57 +01:00
Seun Matt 46bad01ab9 added example code for BAEL-2549 (#6282)
* added example code for BAEL-2366

* moved example code for BAEL-2366

* example code for BAEL-1961

* moved example code into integration test

* updated the test assertions

* refactor the spring boot persistence mongodb module

* remove redundant example code

* declared the spring boot persistence module in the root pom

* fixed issue with non-imported file

* added example code for BAEL-2418

* added example code for BAEL-2549
2019-02-05 08:15:14 -08:00
Raghav Jha 998e0a5b81 BAEL-2456 Hibernate Query Plan Cache 2019-02-05 17:45:51 +05:30
collaboratewithakash ad763b4ac5
Back-link added 2019-02-05 17:19:39 +05:30
collaboratewithakash ab0d05758c
Back-link added 2019-02-05 17:09:01 +05:30
collaboratewithakash 8a8ed15217
Back-link added 2019-02-05 16:19:19 +05:30
Raghav Jha ff01e708c9 BAEL-2456 Hibernate Query Plan Cache 2019-02-04 04:36:27 +05:30
amit2103 a5b5b0fcba [BAEL-12090] - Extract versions into properties 2019-02-04 00:06:11 +05:30
Shubhra Srivastava 52db7dd65b Bael 2532 hibernate aggregate functions (#6266)
* BAEL-2532 Hibernate Aggregate Functions

* BAEL-2532 Deleting created Student POJO
2019-02-03 08:08:22 -08:00
Loredana Crusoveanu 788f53d24f
Merge pull request #6231 from eugenp/lor6-patch-8
Update README.md
2019-02-03 16:19:29 +02:00
Loredana Crusoveanu f3be03a6e4
Merge pull request #6229 from eugenp/lor6-patch-6
Update README.md
2019-02-03 16:18:47 +02:00
Andrey Shcherbakov 693d9d9947 Add the integration test tospring-jpa module 2019-02-02 19:43:39 +01:00
Andrey Shcherbakov 4b4e5ab870 Add a test to spring-boot-h2 module 2019-02-02 11:08:39 +01:00
Venkata Kiran Surapaneni 435f198298 applied formatter 2019-01-28 01:55:39 -05:00
Loredana Crusoveanu 242dc1dbce
Update README.md 2019-01-27 15:11:21 +02:00
Loredana Crusoveanu 79f1babc26
Update README.md 2019-01-27 15:09:46 +02:00
eric-martin 630d07277e BAEL-2406: Improve asserts in PassengerRepositoryIntegrationTest 2019-01-26 15:25:41 -06:00
Venkata Kiran Surapaneni 474a3675f1 Fixed the name of the fetch example 2019-01-25 03:06:50 -05:00
Venkata Kiran Surapaneni 2fadf8b5a0 d 2019-01-24 15:09:02 -05:00
Venkata Kiran Surapaneni d9b88ed303 Fixed some resultset creation 2019-01-24 15:03:42 -05:00
Venkata Kiran Surapaneni 48bad82439 Fixed issues with adding the 2nd record 2019-01-24 13:16:56 -05:00
Venkata Kiran Surapaneni eb8f0cf66c Fixed unit tests and equals method for ResultSetLiveTest 2019-01-22 02:20:08 -05: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
Alejandro Gervasio c7a8627f10 BAEL-2545 - Configuring a DataSource Programatically in Spring Boot (#6139)
* Initial Commit

* Update UserRepositoryIntegrationTest.java

* Update UserRepositoryIntegrationTest
2019-01-20 10:52:39 -06:00
Venkata Kiran Surapaneni f5c4e3af74 BAEL-2339 || ResultSet Demo
BAEL-2339 || ResultSet Demo
2019-01-20 00:08:52 -05:00
eric-martin c19558f420 BAEL-2521: Moving LocalDateConverter to java-jpa 2019-01-19 18:38:13 -06:00
KevinGilmore 98c9d22151
BAEL-2335 and BAEL-2413 README updates (#6152)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD
2019-01-17 20:06:22 -06:00
Loredana Crusoveanu 7397ac956c
Merge pull request #6121 from eelhazati/master
jpa 2.2 support for java 8 date and time types.
2019-01-15 20:49:19 +02:00
Eric Martin 13ab8a152a
Merge pull request #6120 from MherBaghinyan/BAEL-2521
Bael 2521
2019-01-13 22:08:14 -06:00
Loredana Crusoveanu 4d90ca6c58
Merge pull request #6129 from chandra1123/BAEL-2088-HibernateExceptions
Bael 2088 hibernate exceptions
2019-01-13 11:50:58 +02:00
chandra dcc1cd3850 BAEL-2088 Common Hibernate Exceptions
Commin Hibernate Exceptions unit tests
2019-01-12 16:52:52 -05:00
eelhazati 994b7426d9 exludes jpa entities. 2019-01-10 17:08:47 +01:00
eelhazati 1c6dba9718 excludes jpa entities. 2019-01-10 16:50:29 +01:00
eelhazati 3907f624b5 jpa 2.2 support for java 8 date and time types. 2019-01-10 16:36:52 +01:00
eelhazati 2432527980 jpa 2.2 support for java 8 date and time types. 2019-01-10 16:22:07 +01:00
geroza 1ca15e5919 Migrated modules using parent-spring-5:
ethereum
persistence-modules/spring-data-elasticsearch
persistence-modules/spring-data-mongodb
spring-dispatcher-servlet
spring-mvc-forms-jsp
spring-mvc-java
2019-01-10 11:05:18 -02:00
mherbaghinyan 6202b7caab localdate converter 2019-01-10 15:18:21 +04:00
mherbaghinyan 9b550e6554 localdate converter 2019-01-10 15:00:38 +04:00
geroza cde1d1c7ad Fixed usage of deprecated GzipResourceResolver in spring-static-resources
added back spring-version modification in module that hasnt been worked yet
cleaned unused classes
2019-01-09 23:54:26 -02:00
geroza c7ba38ffcd migrated the following modules using parent-spring-5 to spring 5.1:
spring-mvc-simple
spring-security-mvc-custom
spring-security-mvc-login
spring-security-rest
spring-security-rest-basic-auth
spring-static-resources
spring-thymeleaf
2019-01-09 23:54:26 -02:00
myluckagain 5faa406cb0 BAEL-2474 (#5997)
* BAEL-2474

* rename UserRepositoryImpl.java into UserRepositoryCustomImpl.java
2019-01-08 11:36:42 -03:00
collaboratewithakash eaa5775836
backlink added 2019-01-04 18:00:24 +05:30
collaboratewithakash 83795f9421
Backlink added 2019-01-04 17:46:02 +05:30
collaboratewithakash 45924c75ea
backlink added 2019-01-04 17:42:37 +05:30
collaboratewithakash c91211b4e6
back-link added 2019-01-04 17:36:49 +05:30
collaboratewithakash 129630109b
back-link added 2019-01-04 17:35:15 +05:30
collaboratewithakash 58ddffc6cb
backlink-added 2019-01-04 17:24:15 +05:30
Loredana Crusoveanu a041e96386
Merge pull request #6060 from eugenp/lor6-patch-18
Update README.md
2019-01-02 23:11:30 +02:00
Loredana Crusoveanu 7b666654ec
Update README.md 2019-01-02 22:56:06 +02:00
Loredana Crusoveanu 53b0c016ff
Update README.md 2019-01-02 22:53:09 +02:00
Emily Cheyne de80339a2a
BAEL-2090 update readme 2018-12-30 09:12:21 -07:00
Emily Cheyne 8b65216ba3
BAEL-2436 update readme (#6019) 2018-12-29 08:13:10 -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
Loredana Crusoveanu 15071b6d49
Update README.md 2018-12-28 10:44:23 +02:00
raghav-jha 07f762dfc8 BAEL-2436
* BAEL-2436 Type Safe Criteria Queries Using Hibernate Metamodel

* Formattng fixes

* Formatting fixes
2018-12-27 15:52:09 -07:00
Loredana Crusoveanu 45c9532cfb
Merge pull request #5947 from eelhazati/master
Hibernate 5 bootstrap API Test.
2018-12-24 18:10:49 +02:00
myluckagain a444d51ae1 Many To One BAEL-2329 (#5878)
* Many To One BAEL-2329

* xml config
2018-12-23 19:30:03 -03:00
Loredana Crusoveanu dda5ffbea9
Merge pull request #5955 from charlesgonzales/master
fix/delete incorrect articles from the readme files - BAEL-10969
2018-12-21 23:11:08 +02:00
raghav-jha fa190f96f6 BAEL-2436 Criteria Queries Using Hibernate Metamodel
* BAEL-2436 Type Safe Criteria Queries Using Hibernate Metamodel

* Formattng fixes

* Formatting fixes
2018-12-21 10:33:40 -07:00
j-bennett 25c270a789 BAEL-2353: Persist a JSON object using Hibernate (#5960)
* BAEL-2353: Persist a JSON object using Hibernate

* BAEL-2353: Persist a JSON object using Hibernate

- Updated dependencies to latest versions
2018-12-21 08:54:04 -07:00
charlesgonzales 0654ec8557
Update README.md 2018-12-20 22:43:14 +08:00
charlesgonzales 8c758d8a7b
Update README.md 2018-12-20 21:14:35 +08:00
EZZEDDINE.ELHAZATI 5996de6af1 rename test class. 2018-12-19 16:04:46 +01:00
Alejandro Gervasio 3064a22a7a BAEL-2413 - Integrating Spring Boot with HSQLDB (#5891)
* Initial Commit

* Update source file location

* Update CustomerControllerUnitTest.java

* Update CustomerControllerUnitTest.java

* Update CustomerControllerUnitTest.java

* Update source files

* Update CustomerController.java

* Update CustomerController.java

* Update CustomerControllerUnitTest.java

* Update CustomerControllerUnitTest.java

* Update CustomerControllerUnitTest.java

* Update index.html

* Update persistence-modules/spring-boot-persistence/src/main/java/com/baeldung/springboothsqldb/application/controllers/CustomerController.java

Co-Authored-By: alejandrogervasio <alejandro.gervasio@gmail.com>

* Update CustomerController.java

* Update CustomerControllerUnitTest.java

* Update CustomerController.java

* Update CustomerControllerUnitTest.java

* Update CustomerControllerUnitTest.java
2018-12-19 07:32:39 -06:00
Eugen Paraschiv 8411df4e6b renaming tests 2018-12-18 23:50:20 +02:00
Eugen Paraschiv e566167d3f package cleanup 2018-12-18 23:27:19 +02:00
Eugen Paraschiv 8ed4ac497c maven cleanup 2018-12-18 23:15:46 +02:00
Eugen Paraschiv a9f853b241 BAEL-10335 - repo cleanup work 2018-12-18 23:02:40 +02:00
eelhazati 6f8d130786 Hibernate 5 bootstrap API Test. 2018-12-18 12:33:49 +01:00
FrancoCorleone fb210d0499 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
2018-12-17 18:56:30 -07:00
Loredana a40c2f2601 fix pom 2018-12-16 20:11:53 +02:00
Loredana 53dc48b94a fix cassandra parent 2018-12-16 17:13:50 +02:00
Loredana c97e97d175 add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
Loredana Crusoveanu 0b929240fb
Merge pull request #5830 from eugenp/fix-jedis-map
fix jedis map ex
2018-12-16 13:46:43 +02:00
Kumar Chandrakant 9271f10941 Adding files for the tutorial BAEL-1877: A Guide to Hibernate OGM (#5909)
* Adding files for the tutorial BAEL-1877: A Guide to Hibernate OGM

* Removing test for MongoDB as there may not be MongoDB running on integration platform.

* Reapplied the standard Java formatter.

* Incorporatd the review comments on the tutorial.

* Commented out the integration test for MongoDB.

* Removed implicit dependencies from pom.xml
2018-12-15 09:10:55 -08:00
charlesgonzales 78d4c3d618
Update README.md 2018-12-15 05:25:09 +08:00
charlesgonzales d8290433f8
Update README.md 2018-12-15 05:23:51 +08:00
charlesgonzales a7d6bb8e09
Update README.md 2018-12-15 05:06:10 +08:00
Shubhra Srivastava 50f2388901 BAEL-2411 Spring Data Jpa Pagingg and Sorting (#5912) 2018-12-14 09:26:10 -08:00
eric-martin 08eabaf2b8 BAEL-2068: Using hibernate-c3p0 2018-12-12 22:46:45 -06:00
Eugen Paraschiv 5afdce78ea quick compilation fix 2018-12-11 09:52:10 +02:00
j-bennett 7ddcb76c09 Persist a JSON object using Hibernate
Issue: BAEL-2353
2018-12-10 16:27:48 -07:00
Tritty 138b22a7dd Files associates with BAEL-2343 2018-12-09 20:55:51 +05:30
Loredana Crusoveanu 2338f29104
Merge pull request #5856 from dkapil/task/BAEL-10876
Remove corrupted/invalid/stray projects
2018-12-07 22:32:29 +02:00
Loredana Crusoveanu 0e5df58ec5
Merge pull request #5836 from rozagerardo/geroza/BAEL-10843_subtask-part-1_BAEL-10354_migrateparent-boot-to-spring-boot-2.1_part-1
BAEL-10843 | Upgrade set of modules to use boot 2.1 - part 1
2018-12-07 22:21:33 +02:00
Priyesh Mashelkar e2eeb795cd BAEL-2344 Moved files to new hibernate5 module (#5854)
* Added writer

* Added implementation and test class

* Added more details

* Updated tests

* Updated code as per review comments

* Added test class and one named query

* Updated test class

* Added update HQL

* Added new initialisation script and new queries

* Corrected queries

* Removed commented code

* Added implementation and test class

* Added more details

* Updated tests

* Updated code as per review comments

* Added test class and one named query

* Updated test class

* Added update HQL

* Added new initialisation script and new queries

* Corrected queries

* Removed commented code

* BAEL-2344 Moved classes to new hibernate5 module

* BAEL-2344 Moved files to new hibernate5 module
2018-12-06 12:03:26 -08:00
collaboratewithakash d78915cdda Back-links added - Akash (#5846)
* Back-link formatting issue resolved

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added (please fix the formatting too)

* Back-link added

* Back-link added

* Back-link added

* back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added
2018-12-06 18:27:24 +01:00
Dhawal Kapil 7a7561fb76 Remove corrupted/invalid/stray projects
- Removed ethereumj, events, spring-boot-h2, spring-hibernate3 corrupted projects
- Moved files from spring-hibernate3 folder to spring-hibernate-3
2018-12-06 22:53:43 +05:30
raghav-jha de2f02ff5d BAEL-2394 JPA One-to-One Relationship (#5847) 2018-12-05 12:44:37 -07:00
Priyesh Mashelkar cac62f06ae BAEL-2344 Hibernate Named Query (#5835)
* Added writer

* Added implementation and test class

* Added more details

* Updated tests

* Updated code as per review comments

* Added test class and one named query

* Updated test class

* Added update HQL

* Added new initialisation script and new queries

* Corrected queries

* Removed commented code

* printf examples

Issue: BAEL-2228

* Update README.md

* Added implementation and test class

* Added more details

* Updated tests

* Updated code as per review comments

* Added test class and one named query

* Updated test class

* Added update HQL

* Added new initialisation script and new queries

* Corrected queries

* Removed commented code
2018-12-05 10:30:14 -08:00
geroza 64acbeec4e Migrated modules to parent-boot with spring-boot 2.1:
* spring-boot-persistence
* persistence-modules/spring-data-jpa
* persistence-modules/spring-data-keyvalue
* persistence-modules/spring-data-redis
2018-12-03 21:38:12 -02:00
Seun Matt dcf28dd166 refactor the spring boot persistence mongodb module (#5829)
* added example code for BAEL-2366

* moved example code for BAEL-2366

* example code for BAEL-1961

* moved example code into integration test

* updated the test assertions

* refactor the spring boot persistence mongodb module

* remove redundant example code

* declared the spring boot persistence module in the root pom

* fixed issue with non-imported file
2018-12-03 08:03:41 -08:00
Loredana 0147b5c699 fix jedis map ex 2018-12-02 23:08:16 +02:00
Emily Cheyne 0a87548bf8
BAEL-2089
update readme
2018-12-02 08:11:11 -08:00
geroza 6ced126022 created parent-boot-2 copy, and point all projects to that new temporary parent pom 2018-12-01 17:37:34 -02:00
Dhawal Kapil 34e86c294a Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-9567 2018-11-30 22:16:55 +05:30
Dhawal Kapil 4058bfc601 BAEL-9567 Align module names, folder names and artifact id
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
2018-11-30 22:16:08 +05:30
raghav-jha f4c5f8b8ae JPA One-To-One Association Tutorial
Issue: BAEL-2394
2018-11-29 23:10:11 -07:00
Aravind Ranganathan b6431622ed Spring Data Cassandra Reactive
Issue: BAEL-1870
2018-11-28 10:01:32 -07:00
enpy 71bca76bf8 BAEL-2809 Get all Data in a table with Hibernate (#5670)
* BAEL-2809 Get all Data in a table with Hibernate

* Delete transaction.log

* Update FindAll.java

* Update FindAllTest.java

* Update FindAll.java

* Update FindAllTest.java

* Rename FindAllTest.java to FindAllUnitTest.java
2018-11-27 07:21:45 -08:00
Loredana a2722368af add data order methods 2018-11-25 20:10:37 +02:00
Trevor Gowing 322af68ae2 How to sort query results with Spring Data
BAEL-2331
2018-11-25 17:12:25 +02:00
Trevor Gowing 0c384f13b0 Rename limit package to passenger
Rename LimitIntegrationTest to PassengerRepositoryIntegrationTest

Going to include code on sorting so it will no longer be limit specific.

BAEL-2331
2018-11-25 17:12:25 +02:00
Trevor Gowing 0b7f01463c Fix typo Passenger#fistName
BAEL-2208
2018-11-25 17:12:25 +02:00
Loredana Crusoveanu 8d393165c4
Update and rename PostRepositoryTest.java to PostRepositoryIntegrationTest.java 2018-11-24 18:35:05 +02:00
eelhazati 64bc8a412d JPA Entity Graph. 2018-11-23 17:00:08 +01:00
charlesgonzales 31858afca7 Bi-monthly test failure - fix (BAEL-10330) (#5736)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-11-22 05:49:54 +01:00
Loredana Crusoveanu 7de531a320
Merge pull request #5672 from asturcon/string-cast-jpa
BAEL-2239 - JPA error "java.lang.String cannot be cast to [Ljava.lang.String;"
2018-11-19 22:05:46 +02:00
Akash Pandey 331988e407 Bael-2227 1 (#5707)
* BAEL-2159: Mini Article on "Separate double into integer and decimal parts"

* BAEL-2227: Refactor: Replace designation with title.
2018-11-17 07:56:22 -08:00
Eric Martin 2c5f92e262
Merge pull request #5607 from fanatixan/bael-2190
bael-2190
2018-11-12 21:36:54 -06:00
Marcos Lopez Gonzalez 8d745e684e DummyEntity renamed to Message 2018-11-12 19:54:39 +01:00
Loredana Crusoveanu f92c0f8794
Merge pull request #5655 from asturcon/string-cast-jpa
BAEL-2239 - JPA error "java.lang.String cannot be cast to [Ljava.lang.String;"
2018-11-11 10:21:25 +02:00
Loredana Crusoveanu f7135b4a40
Rename SpringCastTestUnit.java to SpringCastUnitTest.java 2018-11-11 09:34:07 +02:00
Loredana Crusoveanu e7d145e4f9
Update and rename SpringCastTest.java to SpringCastTestUnit.java 2018-11-11 09:28:06 +02:00
Marcos Lopez Gonzalez 917ab19240 code cleaning 2018-11-10 19:17:23 +01:00
Marcos Lopez Gonzalez f3e5bc6ee3 persistence unit name 2018-11-10 19:16:23 +01:00
Marcos Lopez Gonzalez 1d26380c07 format 2018-11-09 20:55:36 +01:00
Marcos Lopez Gonzalez 61ffac2c77 jpa cast error 2018-11-09 20:54:10 +01:00
charlesgonzales 064113f939 Add/fix links Team_BAEL-10195 (#5647)
* Update README.md

* Update README.md
2018-11-09 10:46:30 +01:00
charlesgonzales 23143a0c17 Bi-monthly test fix - BAEL-10195 (#5626)
* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD
2018-11-08 21:23:23 +01:00
Laurentiu Delcea 2b581cb3f6 BAEL-1962 Convert ZonedDateTime for MongoDB interactions (#5640) 2018-11-08 11:37:35 -08:00
Trevor Gowing edbc683094 How to limit query results (#5616)
* JPA/Hibernate
* Spring Data JPA

BAEL-2208
2018-11-07 09:12:00 -08:00
fanatixan d2a4341d97 bael-2190 - JPA many-to-many: adding tests and changing package 2018-11-04 17:29:22 +01:00
Akash Pandey e924ed163d BAEL-2227 JPA Criteria Queries In Clause (#5606)
* BAEL-2159: Mini Article on "Separate double into integer and decimal parts"

* BEAL-2227: JPA Criteria Query In clause - Tutorial.

* Minor Fix: Changed type of Predicate.

* BAEL-2227: Code Review Comments: Extracted criteriaBuilder to a field. Refactored a private method to create criteria query.

* BAEL-2227: Fixed spelling mistakes in the code.
2018-11-04 08:03:56 -08:00
fanatixan 9c434f2ad8 bael-2190 2018-11-03 18:11:38 +01:00
Juan Moreno 184d60ca6e Hibernate Field Naming with Spring Boot
Issue: BAEL-2098
2018-11-02 07:36:21 -06:00
Dhawal Kapil 6bdc71388b BAEL-10179 Fixed formatting 2018-10-31 23:49:03 +05:30
Dhawal Kapil 42e4bf2ca5 BAEL-10179 Fix start of Boot project with parent-boot-1 parent
-Added start-class placeholder in parent-boot-1
-Minor cleanup of few parent-boot-1 projects
2018-10-31 23:44:33 +05:30
amit2103 571c21b555 [BAEL-9696] - Fixed conflicts 2018-10-28 15:58:53 +05:30
Ali Dehghani 0987f52a88 BAEL-2306: Update Spring JNDI article (#5540) 2018-10-27 09:38:14 +02:00
Alejandro Gervasio cadc14f0c9 BAEL-2299 - A CRUD web application with SpringBoot and Thymeleaf (#5530)
* Initial Commit

* Update Application.java

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update Application.java
2018-10-25 17:09:35 -07:00
Grzegorz Piwowarek 1bca2a8c54
Update README.md (#5525) 2018-10-23 04:50:09 -07:00
amit2103 682f93885b [BAEL-9696] - Fixed conflicts and moved new code changes 2018-10-21 11:48:52 +05:30
amit2103 73808691af Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-9696 2018-10-21 11:32:30 +05:30
amit2103 6c1722a5a2 [BAEL-9696] - Moved persistence-related modules into the persistence folder 2018-10-20 23:41:12 +05:30
amit2103 21a3a43788 [BAEL-9538] - Move persistence-related modules into the persistence folder 2018-10-20 11:27:08 +05:30
Shreyash c9f2162f98 Spring Data Reactive Redis examples
Issue: BAEL-1868
2018-10-14 00:04:09 -06:00
sachin29aug d3ad4dcfc2 BAEL-9051: Fix failing unit tests 2018-09-27 22:52:50 -04:00
Loredana Crusoveanu c09425ac03
Merge pull request #5219 from eugenp/BAEL-8939
BAEL-8939: Adding a Spring Context test in all Spring Modules (change…
2018-09-27 11:21:12 +03:00
Loredana Crusoveanu 237f8ef944 fix spring-jpa start 2018-09-16 19:56:05 +03:00
sachin29aug dd273f664c BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 15 more modules.. work in progress..) 2018-09-16 10:15:18 -04:00
sachin29aug 889c52f1c2 BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 27 more modules.. work in progress..) 2018-09-15 22:19:20 -04:00
Loredana Crusoveanu 8debae2dd4
Merge pull request #5193 from eugenp/mvndep-plugin-cleanup
BAEL-8833: Cleanup the maven-dependency-plugin usage
2018-09-09 22:43:52 +03:00
sachin29aug 2caf645726 BAEL-8833: Cleanup the maven-dependency-plugin usage 2018-09-07 15:58:10 -04:00
Rokon Uddin Ahmed fccf56fdc2 BAEL-8287 (#5180)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-09-07 13:56:13 +03:00
Loredana Crusoveanu 4bb6592cd9
Merge pull request #5153 from dkapil/task/BAEL-8844
Task/bael 8844
2018-09-04 08:42:56 +03:00
Loredana Crusoveanu c1db9c7c1c
Merge pull request #5126 from dkapil/task/BAEL-8824
BAEL-8824 Align module names, folder names and artifact id
2018-09-03 22:01:36 +03:00
Dhawal Kapil 375df7f3aa Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-8844 2018-09-03 23:40:07 +05:30
Dhawal Kapil 550952c995 BAEL-8844 Get rid of all warnings in build start due to incorrect pom configurations
- Fixed pom configurations to get rid of startup warnings
2018-09-03 09:45:39 +05:30
Loredana Crusoveanu 1484597cb1 update links 2018-09-02 19:18:58 +03:00
dupirefr 4a91a058ff [BAEL-2048] Removing moved class from TestSuite 2018-09-02 12:55:18 +02:00
dupirefr 55e09af479 [BAEL-2048] Spring Data JPA multiple databases article 2018-09-02 10:23:18 +02:00
dupirefr 8aa7dc5aab [BAEL-2048] Spring Data JPA adding a method to all repositories 2018-09-02 10:22:42 +02:00
dupirefr b4d0b797e2 [BAEL-2048] Spring Data JPA query article 2018-09-02 10:19:10 +02:00
amit2103 a50afec871 [BAEL-8855] - Moved all code from module jpa-storedprocedure into module persistence-modules/java-jpa 2018-09-01 21:37:25 +05:30
Dhawal Kapil cd55d47e8a BAEL-8824 Align module names, folder names and artifact id
- Fixed artifact ids of projects to align with folder names
2018-08-31 20:22:40 +05:30
fanatixan 163585858b Use Criteria Queries in a Spring Data Application (#5014)
* Use Criteria Queries in a Spring Data Application

* formatting fix

* making the workflow more readable
2018-08-29 08:39:01 +03:00