Tagged Questions

2
votes
3answers
3k views

Hibernate 3.0 + ElementCollection class missing

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 ...