The Hypersistence Utils library (previously known as Hibernate Types) gives you Spring and Hibernate utilities that can help you get the most out of your data access layer.
-
Updated
Apr 27, 2025 - Java
The Hypersistence Utils library (previously known as Hibernate Types) gives you Spring and Hibernate utilities that can help you get the most out of your data access layer.
Everyone has their own personal reading history, and as we grow up, we are able to comprehend more and more complicated texts. But how do you estimate the level of difficulty of a given text, and how do you teach a computer to do that? In this project, you will find it out: write a program that determines how difficult the text is and for which …
🚐 Generate enum class and some extensions in Kotlin
The Catalog API provides an interface to give a common behavior to an Enum, such as searching for a specific Enum element based on the field value set in the Enum, or checking if a specific value is defined in the field of the Enum.
This is an example project describing how to create dynamic enums, which is also covered in the blog post below.
Overview of how to to construct modern enums using lambda.
Utilize sealed classes as enums!
Task Scheduler App is an Android application in which the task can be scheduled and handled according to the priority of the task. It consists of Room Database to handle all the task and set the Due Date of the same.
Get a compile time error when you forget to handle an enum constant (and do reverse enum-lookup)
Interactive dictionary takes in input and outputs values if it's in the enum database. Use of Hashmap and Linked List Data Structures to store value from Enum Dictionary database
A research prototype Eclipse plugin that refactors Java legacy code to make use of the new enum program construct that was introduced in Java 5.
Rest Exception Handler For Any Spring Project.
Add a description, image, and links to the enum topic page so that developers can more easily learn about it.
To associate your repository with the enum topic, visit your repo's landing page and select "manage topics."