java-tutorials/persistence-modules
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
..
2024-02-17 06:13:39 +08:00
2024-03-25 15:15:07 -07:00
2023-03-17 00:41:38 +08:00
2024-03-21 18:36:10 +02:00
2023-08-13 09:52:02 +05:30
2024-03-21 23:42:32 +08:00
2023-12-05 10:43:20 +05:30
2024-03-21 23:28:04 +08:00
2023-08-13 09:52:02 +05:30
2023-07-26 15:52:01 +08:00
2024-01-27 13:16:38 +05:30

Persistence Modules

This module contains articles about persistence. Actual articles go into its submodules.