Commit Graph

19 Commits

Author SHA1 Message Date
Anshul BANSAL
caff32cdbb BAEL-4921 - renamed to ArrayMappingIntegrationTest 2021-05-04 07:10:43 +03:00
Anshul BANSAL
c65b37873d BAEL-4921- fixed review comments 2021-05-04 06:46:34 +03:00
Anshul BANSAL
aaf3db28d8 A print statement added in the catch 2021-05-02 14:21:35 +03:00
Anshul BANSAL
816bf00fb7 A print statement added in the catch 2021-05-02 14:20:37 +03:00
Anshul BANSAL
5fd0d92bc0 BAEL-4921 - Mapping Arrays with Hibernate 2021-05-02 14:19:29 +03:00
Anshul BANSAL
55e039bd3c BAEL-4921 - Mapping Arrays with Hibernate 2021-05-02 14:16:48 +03:00
sampadawagde
afe0a5af6e JAVA-4: Removed hibernate5-mapping; merged into to hibernate-mapping 2020-03-15 12:53:28 +05:30
Dhawal Kapil
7daccf46a9 BAEL-21545 POM Properties Cleanup
- Cleanup of persistence-modules submodules cleanup
2020-01-27 00:40:23 +05:30
Rui Vilao
0d0216b113 Moves the fetchmode code to hibernate mapping. 2019-12-10 19:11:50 +01:00
Yavuz Tas
c73001019c PR-BAEL-2816 (#7733)
* implement hexagonal architecture pattern

* Add source code for article BAEL-2463

* add source code for article BAEL-2816

* remove irrelevant code

* Remove unnecessary default constructors

* Refactor equals and hashCode methods in Java 7+ way

* Remove equals and hashCode implementations

* Change test methods conventional order

* change saveRelation method to private

To make the code more clean and readable
2019-10-07 19:39:22 +01:00
amit2103
3c92bf292f [BAEL-14774] - Fixed conflicts and replaced hsql with h2 2019-07-08 00:21:11 +05:30
amit2103
982e32e49c [BAEL-14774] - Updated Hibernate @OneToMany article code 2019-07-06 18:24:07 +05:30
Alessio Stalla
a5045c2883 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-2967 2019-06-05 22:18:03 +02:00
Alessio Stalla
244ebb1ad1 Code for BAEL-2967 2019-06-05 22:16:47 +02:00
amit2103
9e470968e9 [BAEL-14841] - Fixed tests in hibernate-mapping, hibernate5, java-jpa modules 2019-05-30 01:33:20 +05:30
Alessio Stalla
2c79a4a97f First Hibernate Validator specific constraints tests. 2019-05-21 19:05:11 +02:00
Shubhra Srivastava
e4abb5af73 BALE-2812 : JPA Basic Annotation (#6869)
* BALE-2812 : JPA Basic Annotation

* BAEL-2812 : JPA Basic Annotation moving code

* BAEL-2812 : Removing changes from hibernate5 module
2019-05-05 19:28:23 -06:00
PranayVJain
88ff2a56ac BAEL-2805: Added unit test cases (#6728)
* BAEL-2805: Added unit test cases

* BAEL-2805: Added a property annotated with @Column and @Size

* BAEL-2805: Moved the examples from hibernate5 to hibernate-mapping
2019-04-29 23:39:34 -06: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