1. update a component forum.hibernate.orgHello, Is it possible to save/update a component after loading it by session.find()? We're not selecting the object as a whole, only the component... If it is, then we must have a mapping file for the component class, right? I have tried to save a component with the following mapping file and nothing happened: |
2. Component in a component; update problem forum.hibernate.org |
3. why update="false" for component property not supp forum.hibernate.org |
4. How can I set update to false for a component's property ? forum.hibernate.orgMapping documents: |
5. issue with update an element of a component forum.hibernate.org |
6. how to update a record with component mapping forum.hibernate.orgAuthor Message vtharwani Post subject: how to update a record with component mapping Posted: Thu Dec 28, 2006 2:42 am Newbie Joined: Thu Dec 28, 2006 2:09 am Posts: 1 Hibernate version: 3.0 Mapping documents: Person.hbm.xml |
7. Unable to update a component column forum.hibernate.orgorg.hibernate.QueryException: Components currently not assignable in update statements [UPDATE com.fds.white.Fund set authShareOrCapital=? where id=?] at org.hibernate.hql.ast.tree.AssignmentSpecification.validateLhs(AssignmentSpecification.java:132) at org.hibernate.hql.ast.tree.AssignmentSpecification. |
8. Assigning to components using an Update statement forum.hibernate.orgNeed help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp Hibernate version: 3.1.0 Mapping documents: |