Commit Graph

38 Commits

Author SHA1 Message Date
fejera
78fc601ca9 added jira link to persistence-modules/pom.xml for spring-mybatis 2019-11-14 11:05:59 +01:00
fejera
6403606d7d marked persistence-modules/sirix as needs java 9 upgrade 2019-11-14 10:56:21 +01:00
fejera
1f767a9dc4 cleaned up persistence-modules/pom.xml 2019-11-05 10:14:13 +01:00
Josh Cummings
a35ae3caeb Merge branch 'master' into bael-16656 2019-10-26 15:37:05 -06:00
Eric Martin
e208e0db03 Merge pull request #7980 from SmartyAnsh/master
BAEL-1871 - Spring Data Geode
2019-10-24 21:16:35 -05:00
Ali Dehghani
3762393a5f BAEL-3336: Programmatic Transaction Management (#7993)
* Programmatic Transaction Management

* Resolved a few Discussions

* Created a new module

* Refactored the code.

* Added the README

* Resolved the requested changes.
2019-10-23 20:29:56 -05:00
Mike Baranski
12266df911 Bael 3058 (#8011)
* [BAEL-3058] Demonstrate named query

* [BAEL-3058] Demonstrate the wrong way to do it, change to Junit 4 style test with annotations

* Fix tab -> space and indentation

* Moved hibernate-parameters to persistence-modules directory per request

* Update persistence-modules/hibernate-parameters/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Set version and add jar packaging

* [BAEL-3058] Refactor package location

* [BAEL-3058] Fixed based on PR 8011 comments - rename module, update deps and move resources/sources

* Fix module name
2019-10-23 17:11:04 -05:00
fejera
45e75944cc fixed malformed comment 2019-10-18 11:38:54 +02:00
fejera
c5cde2376b removed spring-mybatis from persistence-modules and marked as needs fixing 2019-10-18 11:26:44 +02:00
fejera
b65cd2693e removed direct persistence-modules/* imports from main pom 2019-10-18 11:09:47 +02:00
fejera
7b91a2efe8 Merge branch 'master' into bael-16656 2019-10-18 10:50:58 +02:00
Anshul BANSAL
cd0d79d8f6 BAEL-1871 - Spring Data Geode 2019-10-08 15:40:45 +03:00
Mike Baranski
9baee5bc6e [BAEL-3058] Demonstrate named query (#7772)
* [BAEL-3058] Demonstrate named query

* [BAEL-3058] Demonstrate the wrong way to do it, change to Junit 4 style test with annotations

* Fix tab -> space and indentation

* Moved hibernate-parameters to persistence-modules directory per request

* Update persistence-modules/hibernate-parameters/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Set version and add jar packaging
2019-09-19 22:53:16 -05:00
psevestre
16c90aeb1b [BAEL-3164] Remove extra files (#7792)
* [BAEL-3164] Add spring-boot-jdbi module

* [BAEL-3164] Remove extra files
2019-09-15 09:05:41 -07:00
fanatixan
6ed6fc7a4a added new module spring-data-jpa-4 2019-09-15 14:34:40 +02:00
fanatixan
42775e242b Merge branch 'master' into bael-16656 2019-09-15 11:36:01 +02:00
Rui Vilao
4f1aa7ab6d Renames java-sql20 to a more generic module persistence-libraries. 2019-09-11 20:03:56 +02:00
fanatixan
f8f30003da added module spring-data-jpa-3 2019-09-08 15:49:05 +02:00
fanatixan
0a80950b05 added spring-data-jpa-2 module to persistence-modules pom 2019-09-08 14:48:55 +02:00
psevestre
d147cabfd8 [BAEL-3164] Add spring-boot-jdbi module (#7710) 2019-09-06 12:10:48 -07:00
Guillermo Lopez
d25a282447 Merge branch 'master' into BAEL-2804
Conflicts:
	persistence-modules/java-jpa-2/README.md
	persistence-modules/java-jpa-2/pom.xml
	persistence-modules/java-jpa/pom.xml
	persistence-modules/pom.xml
2019-08-07 22:21:33 -03:00
Krzysztof Majewski
f5c7e8541a Merge branch 'master' into BAEL-2825 2019-07-31 10:33:28 +02:00
rpvilao
1baace10cf Merge pull request #7411 from alessiostalla/BAEL-2991
BAEL-2991
2019-07-30 18:43:45 +02:00
Krzysztof Majewski
f1d68f74f6 add new module 2019-07-26 12:33:04 +02:00
psevestre
76bb391379 [BAEL-2284] R2DBC Sample Project (#7314)
* [BAEL-2284] Sample project

* [BAEL-2284] Sample project

* [BAEL-2284] Sample code adjustments

* [BAEL-2284] Sample code adjustments

* [BAEL-2284] Sample code adjustments

* [BAEL-2284] Add README
2019-07-26 07:32:23 +03:00
Alessio Stalla
d3ed9d75fd Tests for BAEL-2991 2019-07-24 23:32:58 +02:00
glopez
3af6986dab BAEL-2804 JPA Query Parameters Usage - move article files to new module
Move article files to other maven module since the previous one is
already full.
2019-07-08 19:02:40 -03:00
Devender Kumar
f2c6eb9c10 cascade type module (#7021)
* Added cascading type mudule

* fix compile error

* updated dependency version in pom
2019-06-29 15:49:06 +02:00
Eric Martin
92989e4556 Merge pull request #7015 from michael-pratt/BAEL-2958
BAEL-2958: Jest Client examples
2019-06-14 20:01:42 -05:00
Michael Pratt
c45f9c9a6a BAEL-2958: update pom.xml 2019-06-13 21:59:53 -06:00
Michael Pratt
83c500f977 BAEL-2958: Flatten elasticsearch directory hierarchy 2019-06-05 20:52:16 -06:00
Michael Pratt
3bb5ddedb0 BAEL-2958: Move Jest demo and remove maven wrapper files 2019-05-29 12:36:03 +00:00
Michael Pratt
74ba5b7e88 BAEL-2958: Move Jest demo under persistence modules and add more examples 2019-05-28 13:15:56 +00:00
amit2103
06047d4280 [BAEL-14315] - Added new module spring-persistence-simple and moved one article 2019-05-10 00:22:34 +05:30
Seun Matt
b798326b29 improvement BAEL-2897 (#6795)
* added example code for BAEL-2083

* updated example code for BAEL-2083

* added example code for BAEL-2849

* updated the example code with data.sql

* improvement BAEL-2897

* updated the persistence module

* updated readme
2019-04-24 08:05:24 -07:00
Raghav Jha
9da56d97b6 BAEL-2822 Persisting Maps with Hibernate (#6692)
* BAEL-2822 Persisting Maps with Hibernate

* BAEL-2822 Move PersistMaps Tutorial to new module

* BAEL-2822 Move PersistMaps Tutorial to new module

*     BAEL-2822 Move PersistMaps Tutorial to new module
2019-04-19 22:34:34 -06: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