Commit Graph

36 Commits

Author SHA1 Message Date
glopez 0ef4938069 BAEL-2804 JPA Query Parameters Usage - formatting style
Fix formatting style.
2019-06-19 20:15:56 -03:00
glopez 07adfc9e70 BAEL-2804 JPA Query Parameters Usage
Fix givenEmpNumber_whenUsingPositionalParameter_thenReturnExpectedEmployee
test case after adjustemnts.
2019-06-17 07:42:48 -03:00
glopez 6aec4a6e0f BAEL-2804 JPA Query Parameters Usage
This is the code behind the JPA Query Parameters Usage tutorial. Within
these examples you can find the way to use named and positional query
parameters either using plain JPQL or criteria queries.
2019-06-16 00:37:44 -03:00
glopez 11a41d5036 BAEL-2804 JPA Query Parameters Usage
This is the code behind JPA Query Parameters Usage tutorial. Within
these examples you can find the way to use named and positional query
parameters either using plain jpql or criteria queries.
2019-06-13 22:53:57 -03:00
amit2103 9e470968e9 [BAEL-14841] - Fixed tests in hibernate-mapping, hibernate5, java-jpa modules 2019-05-30 01:33:20 +05:30
Vivek f4b38eed2a BAEL-2901 Composite primary keys in JPA (#6994)
* BAEL-2901 Composite primary keys in JPA

* Formatted code using the recommended formatter.xml
2019-05-27 17:17:58 -06:00
Priyesh Mashelkar 93f54b10b8 BAEL-2814 Added files for article (#6968) 2019-05-22 08:51:32 -06:00
Vivek 3f29c9acfb
Merge branch 'master' into master 2019-05-16 06:31:54 +05:30
kwoyke 0d24260e9b BAEL-2900 Persisting enums in JPA (#6958) 2019-05-14 21:37:28 +02:00
Shubhra Srivastava a7f347194b Bael 2812 jpa basic annotation (#6922)
* BALE-2812 : JPA Basic Annotation

* BAEL-2812 : JPA Basic Annotation moving code

* BAEL-2812 : Removing changes from hibernate5 module

* BAEL-2812 : Moving files to java-jpa
2019-05-09 22:12:58 -06:00
Krzysztof Majewski 51a9d7b0d6 BAEL-2799 (#6904)
* BAEL-2799

* constructor name fix

* method name fix

* add database

* fix tests
2019-05-07 10:34:15 -06:00
Vivek dd877c6b2c BAEL-2857 Defining a JPA Entity - changed the table name 2019-05-04 15:31:50 +05:30
Vivek 8271d0ab5a BAEL-2857 Defining a JPA Entity 2019-04-13 14:37:15 +05:30
Vivek beccf32be8 BAEL-2857 Defining a JPA Entity 2019-04-13 14:18:55 +05:30
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
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
eric-martin c19558f420 BAEL-2521: Moving LocalDateConverter to java-jpa 2019-01-19 18:38:13 -06: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 2432527980 jpa 2.2 support for java 8 date and time types. 2019-01-10 16:22:07 +01:00
Eugen Paraschiv 5afdce78ea quick compilation fix 2018-12-11 09:52:10 +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
Marcos Lopez Gonzalez 8d745e684e DummyEntity renamed to Message 2018-11-12 19:54:39 +01: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
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
amit2103 d268ffa5c9 [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
smokeyrobot c23c12831c
Merge branch 'master' into bael-1908 2018-07-11 15:58:58 -04:00
Kyle Doyle 2c7729c7d3 BAEL-1908 Editor Feedback - simplification of Entity 2018-07-11 15:47:56 -04:00
smokeyrobot f3237ef2c5 Bael 1908 - Guide to SqlResultSetMapping (#4586)
* Commit for Eval Article pull request

* Revert "Commit for Eval Article pull request"

* BAEL-1908 Initial Commit
2018-07-08 13:44:42 +02:00
Kyle Doyle b6ca7d58b2 BAEL-1908 Initial Commit 2018-06-29 23:26:16 -04:00