ElementCollection « Annotation « JPA Q&A





1. Hibernate 3.0 + ElementCollection class missing    stackoverflow.com

I created a small desktop project using Hibernate, to understand how enterprise patterns are applied in there. I'm using annotations, and wrote a class to wrap my session factory

public class Hibernation {

 ...