Object Relational Mappers
Jump to navigation
Jump to search
Java: Hibernate
- If you specify a many-to-one or one-to-many mapping, be sure to use the same mapping as the Java collection interface. A Set mapping won't work with a List collection, for example.