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 ...
0
votes
0answers
25 views
CompositeKey Mapping problem in Hibernate
I Am trying to know , how to do mapping in hbm for a composite key.
I have one table containing two primary key... when i trying to map this table i got an exception could not deserialize... please ...