java-tutorials/persistence-modules/hibernate-jpa
Zeeshan Arif e9ba1e73ff Code added for ticket: BAEL-7621:
StructDepartment.java
StructManager.java - (contains the @Struct annotation which is the annotation the ticket is about.
HibernateStructUnitTest.java - Struct unit test class. No unit test present because the hibernate dialect: org.hibernate.dialect.DerbyDialect does not support the @Struct annotation despite the fact that Apache Derby has support for CREATE TYPE (https://db.apache.org/derby/docs/10.17/ref/rrefsqljcreatetype.html) ddls.
hibernate-derby.properties - properties file, just for reference, not being used in unit tests.
2024-03-27 05:39:30 +05:00
..
src Code added for ticket: BAEL-7621: 2024-03-27 05:39:30 +05:00
README.md JAVA-8357: Split or move hibernate-jpa module 2021-12-18 23:00:24 +05:30
pom.xml [JAVA-31185] - Upgrade to Hibernate latest version for persistence modules (#15832) 2024-02-12 09:21:05 +01:00

README.md