Hibernate Inheritance and Discriminators
An alternative way to declare discriminators using @DiscriminatorFormula. I’ve been using Hibernate for going on 5 years now and there are still more things to learn!
An alternative way to declare discriminators using @DiscriminatorFormula. I’ve been using Hibernate for going on 5 years now and there are still more things to learn!
Using a CoffeeRoster to demonstrate an example of how to store a collection of enums with Hibernate Annotations and @CollectionOfElements.