Commit Graph

39 Commits

Author SHA1 Message Date
timis1 7b074ab5c2 JAVA-23695 Article's employee class doesn't exist in module (#14568)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-08-15 11:20:27 +03:00
timis1 f82330cd1b JAVA-23344 Fix failing tests in hibernate-annotations (#14468) 2023-07-27 19:27:17 +03:00
edizor 296504cc42 Update README.md
[skip ci]
2023-07-13 14:34:24 +08:00
Seremba Patrick 5f025f6dd1 Difference Between @JoinColumn and @PrimaryKeyJoinColumn in JPA (#14171)
* primarykeyjoincolum annotaion in jpa

* indent Departmnet Person and primaryKeyJoinColumn

* indent Department Perspn and PrimaryKeyJoinColumnIntegrationTest classes

* format properly

* format to 2-space continuation identation

* Revert "format to 2-space continuation identation"

This reverts commit 49630409ee296c07cfd494e46f9dbba75c9a49b0.

* add 2-space indent on line continuations.
2023-07-08 09:26:26 +05:30
timis1 bb4c9bd411 JAVA-20163 Update example for UserType/CompositeUserType (#14143)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-06-02 23:42:06 +05:30
timis1 e6b0ef1d86 JAVA-20163 Fix failed integration test with date creation comparison (#14080)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-21 14:26:18 +05:30
timis1 e7d1d56c47 JAVA-20163 Upgrade hibernate specific modules to JDK 11 (#13817)
* JAVA-20163 Migration hibernate-annotations

* JAVA-20163 Migrate hibernate-queries

* JAVA-20163 Migrating hibernate-mapping

* JAVA-20163 rename reserved keywords, update inheritance example

* JAVA-20163 Migrate hibernate-ogm module to the jdk 8 because hibernate-ogm doesn't support jakarta API

* JAVA-20163 Migrate hibernate-enterprise module

* JAVA-20163 Add update to HibernateExceptionUnitTest#whenQueryExecutedWithUnmappedEntity_thenMappingException

* JAVA-20163 Set explicit version for hibernate 6.1.7.Final in the hibernate-queries module

* JAVA-20163 Fix failed test with port that already exists (giving another port 8088)

* JAVA-20163 Fix other location after changing the port

* JAVA-20163 Remove duplicate Unit Test

---------

Co-authored-by: n <noreplay@yahoo.com>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2023-05-12 19:06:06 +05:30
edizor 50fa309372 Update README.md
[skip ci]
2023-04-08 00:11:38 +08:00
mariudotsh e9a2b58924 BAEL-5985 Hibernate @CreationTimestamp and @UpdateTimestamp (#13690)
* BAEL-5985 Hibernate @CreationTimestamp and @UpdateTimestamp

* BAEL-5985 Remove unnecessary imports

* BAEL-5985 Swap order in assertEquals

---------

Co-authored-by: Mariusz Kaczmarczyk <to@mariu.sh>
2023-04-04 09:54:37 +02:00
panos-kakos eb17d0e2ed [JAVA-13966] Upgraded h2 database to 2.1.214 + clean up (#12711)
* [JAVA-13966] Upgraded h2 database to 2.1.214

* [JAVA-13966] fixed tests for libraries-apache-commons

* [JAVA-13966] fixed tests

* [JAVA-13966] fixed tests

* [JAVA-13966] fixed tests JAVA-JPA MODULE

* [JAVA-13966] Made ninja submodule part of web-modules(parent)

* [JAVA-13966] Fixed naming convention for pmd

* [JAVA-13966] Moved tests of ninja-module to ManualTest category

* [JAVA-13966] Fix tests

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-20 00:17:05 +05:30
anuragkumawat 8e74927325 JAVA-13132 Cleaned persistence-modules sub-modules poms (#12553)
* JAVA-13132 Cleaned persistence-modules sub-modules poms

* JAVA-13132 Moved testcontainers.version property up

* JAVA-13132 Update java-jpa-3 pom
2022-08-08 19:25:28 +05:30
kwoyke 7c2845bc79 Merge pull request #12185 from freelansam/JAVA-11792
JAVA-11792: Fix formatting of POMs
2022-05-09 11:04:26 +02:00
sampadawagde aed8f9100b JAVA-11792: Fix formatting of POMs 2022-05-08 16:36:25 +05:30
Haroon Khan b03e1b3216 [JAVA-11332] Upgrade H2 version and fix tests (#12056)
* [JAVA-11332] Upgrade H2 version and fix tests

* [JAVA-11332] Revert formatting changes

* [JAVA-11332] Remove config files and code clean up
2022-05-04 22:45:23 +05:30
Haroon Khan 4ad546c702 [JAVA-11226] Fix and update Hibernate OneToMany code (#12031) 2022-04-11 20:25:30 +05:30
johnA1331 eaf16d4e99 Update README.md 2022-04-05 22:55:00 +08:00
anuragkumawat a410e2e4a6 JAVA-10082 Removing unused property 2022-03-26 14:59:41 +05:30
anuragkumawat e57b05c025 JAVA-10082 Create new module hibernate-annotations-2 from spring-hibernate-5 module 2022-03-26 14:52:38 +05:30
sampadawagde d9b23200d1 removed explicit h2.version as parent now is at the required 1.4.200 2021-11-21 17:58:26 +05:30
Dhawal Kapil b6a5974f85 JAVA-3247 Reduce logging of tutorials-integration job 2021-08-21 14:14:24 +05:30
sampadawagde fa112ee5f8 JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 1) 2021-05-10 20:05:39 +05:30
johnA1331 f7ed6da42b Update README.md 2021-04-14 23:45:18 +08:00
Eric Martin ae670c565c Merge pull request #10645 from abdallahsawan/BAEL-4121
Usage of the Hibernate @LazyCollection Annotation Article by Abdallah…
2021-04-10 17:29:29 -05:00
AbdallahSawan a9fbcbadec Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-04-11 01:01:57 +03:00
Eric Martin 8c00c69fde Merge pull request #10494 from abdallahsawan/BAEL-4121
Usage of the Hibernate @LazyCollection Annotation Article by Abdallah…
2021-04-08 19:31:13 -05:00
AbdallahSawan 8a004c459a Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-23 15:56:18 +02:00
AbdallahSawan 927b10e02e Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-23 15:51:13 +02:00
AbdallahSawan 342730c4a9 Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-16 15:48:06 +02:00
AbdallahSawan 5586a74acd Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-16 15:47:38 +02:00
AbdallahSawan 5f2ea49926 Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-16 11:41:27 +02:00
AbdallahSawan 34b1a35afb Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-16 11:31:04 +02:00
AbdallahSawan 13b16b915a Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-16 10:40:43 +02:00
AbdallahSawan 9b1388c6e2 Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-16 02:43:49 +02:00
sampadawagde e136bfb7df JAVA-4214: Fix issue with geodb repo 2021-01-07 11:06:50 +05:30
Krzysztof Woyke d8c26b6adb JAVA-3586: Get rid of the overriden commons-lang3.version property 2021-01-04 23:01:41 +01:00
Krzysztof Woyke 3cb1b8536f JAVA-3586: Use commons-lang3.version property 2021-01-04 12:50:24 +01:00
kwoyke a623d1714f BAEL-4468: Fix nullSafeSet method (#9791) 2020-07-30 07:57:02 +02:00
sampadawagde a081a6cf6d JAVA-4: modified README files to add proper descriptions, and https to
some links
2020-03-22 23:40:34 +05:30
sampadawagde 12a7e6fdf9 JAVA-4: Renamed hibernate5-annotations to hibernate-annotations 2020-03-15 12:48:26 +05:30