1. CollectionOfElements with Mapped Superclass forum.hibernate.orgHi, I'm trying to save a collectionOfElements which is a Map |
2. Problems with Enums mapped via CollectionOfElements forum.hibernate.org@Entity @Table(name="PARENT") public class Parent { public enum MyEnum{ ENUM_A, ENUM_B, ENUM_C, ENUM_D; } private long parentId; ... |
3. CollectionOfElements mapping problem forum.hibernate.orgHi, I am very new to Hibernate and JPA. I am using Hibernate 3.3 with Hibernate annotation 3.4, and I tried to use JPA as much as I could unless the features are missing in JPA (such as CollectionId). I have been fighting with the following mapping problem for a while. I think this should be a basic mapping requirement, yet, ... |