* BAEL-7490 read write file in separate thread
* Change the to try resources
* Update the code to sync with article
* added new module for get list entity in hibernate
* Move the code to hibernate-queries module
* simplify the code
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.
* baeldung-articles : BAEL-7644
Include null value in JSON serialization (Main)
* baeldung-articles : BAEL-7644
Include null value in JSON serialization (Test).
* This commit is related to BAEL-7427
This commit aims to add a Main class.
* This commit is related to BAEL-7427
This commit aims to add a myFile.gz file to the resources folder.
* This commit is related to BAEL-7427
This commit aims to add a test class "ReadingGZIPUsingGZIPInputStreamUnitTest".
* This commit is related to BAEL-7427
This commit aims to add a myFile.gz file to the resources folder.
* Update Main.java
* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java
* Update Main.java
* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java
* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java
* Update Main.java
* Update Main.java
* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java
* Update Main.java
* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java
* Update Main.java
* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java
* Update Main.java
* baeldung-articles : BAEL-6752
When to Use Setter Methods or Constructors for Setting a Variable's Value in Java.
* baeldung-articles : BAEL-6752
When to Use Setter Methods or Constructors for Setting a Variable's Value in Java.
* Updating ConstructorsVersusSetterMethodsUnitTest.java
Rename functions