1. sort a list with a attribute of a many-to-one component forum.hibernate.org |
2. List of components ("composite-element") doesn't g forum.hibernate.orgHibernate version: 3.1 Name and version of the database you are using: PostgreSQL 8.1 Hi, I'm using composite-element to map this: A list of instructions. I have operations, an operation is composed by an ordered list of instructions. This is part of my mapping: Code: ... |
3. Posible bug in Hibernate with list of components. forum.hibernate.orgHibernate version: 3.1 What if there is a List of components (with composite-element) with multiple objects, but every object in the list has all its fields with null. An object with all fields null is stored as simply null (as per the documents). But in org.hibernate.collection.PersistentList.needsInserting() says to always insert if the entry is null... and then Hibernate tries to repeat ... |
4. [3.1] Possible bug with |