object « Component « JPA Q&A





1. about component, how can i get all object?    forum.hibernate.org

Newbie Joined: Sat Sep 13, 2003 12:47 pm Posts: 15 hql: select uservo from UserVO as uservo 1 errors occurred while listing (and calling getPathNames). exception setting property value with CGLIB setter of eg.UserVO.? xml: Code: ...

2. Components have to be immutable objects?    forum.hibernate.org

Hi All, I wonder if components are always seen as immutable objects. I mean... I have the persistent object (po.User) as declared in the following mapping file. The object has one component (po.UserName). The problem is that I cannot get the object marked as dirty with the code... [i]// initialize Session and Transaction po.User user = ... // user is a ...

3. Component containing constant objects    forum.hibernate.org

Beginner Joined: Thu Feb 26, 2004 11:45 am Posts: 45 I'm trying to solve a problem and beginning to think i'm barking up the wrong tree. Have tried using custom accessors, and ran into issues etc. I will try to describe what i'm up against. I'll define a few classes. Assume proper getter/setters exist. Code: public class VehicleRegistration{ private ...

4. Urgent help needed searching in component object    forum.hibernate.org

Newbie Joined: Thu Dec 30, 2004 7:44 am Posts: 14 Sorry about the double post .. the other post I messed up ... lets fix it here... I am trying to use a query to search in a collection that is stored as a component object and I am getting quite stuck. Here is the HQL: Code: select status.lastIssue from Subscriber ...

5. need help with component object    forum.hibernate.org