1. property-ref forum.hibernate.org |
2. XDoclet 1.2 and |
3. property-ref for one-to-may ? forum.hibernate.orgHmm perhapst a nice future feature for Hibernate ? Something like |
4. What's mean of "property-ref" ? forum.hibernate.org |
5. Work around for property-ref in many-to-many ? forum.hibernate.orgI have two tables A and B as follows A : a_id(PK) , a_collectionid B : b_id(PK) , b_data One more table AB is as follows: AB : a_collectionid , b_id ,ab_order(index of the collection) ,ab_id(PK). This is like a many-to-many relationship between A and B. more like A has a collection of Bs. From what i understand from the forums, ... |
6. use of property-ref not working forum.hibernate.orgIs this association right |
7. property-ref broken? forum.hibernate.orgWhy is my property-ref not working? Am I doing it incorrectly? I couldnt find any example in the manual about joining with legacy data models. I dont even know if property-ref is the option I need, I want the join to happen between the address_id's, not the id and address_id. Hibernate version:3.0 ... |
10. property-ref ???????????? forum.hibernate.orgMy class structure is person 1----------* address person has hibernate generated id (ID) as well as a seperate person id(PID) which is unique . i want the persion id (PID) to be included in my address table(not the hibernate generated id which is the primary key of person table) as foreign key (using property-ref attribute) . but i get error when ... |
11. Property-ref not working??? forum.hibernate.org |
12. |
13. many-to-one and property-ref forum.hibernate.orgHi everybody I am facing a problem with referencing non-pk property in many-to-one association. I have class A which has property country declared as many-to-one association into Country class. It is not referencing PK (code) but it references other unique column (longName). If the longName property has access method set to field then I am not able to make new instance ... |
14. one-to-one and property-ref forum.hibernate.orgLogin Register FAQ Search View unanswered posts | View active topics Board index Hibernate & Java Persistence Hibernate Users All times are UTC - 5 hours [ DST ] one-to-one and property-ref Page 1 of 1 [ 1 post ] Previous topic | Next topic ... |
15. one-to-one and property-ref forum.hibernate.orgLogin Register FAQ Search View unanswered posts | View active topics Board index Hibernate & Java Persistence Hibernate Users All times are UTC - 5 hours [ DST ] one-to-one and property-ref Page 1 of 1 [ 1 post ] Previous topic | Next topic ... |
16. one-to-one and property-ref forum.hibernate.orgLogin Register FAQ Search View unanswered posts | View active topics Board index Hibernate & Java Persistence Hibernate Users All times are UTC - 5 hours [ DST ] one-to-one and property-ref Page 1 of 1 [ 1 post ] Previous topic | Next topic ... |
17. Property-Ref example. forum.hibernate.orgI am having the same problem. Basic set-up: I have a "simple table" with three columns, where one column is a foreign key into "other table". I want to map a value in my javabean class to a column in the "other table", using "simple table"'s foreign key, the "other table"'s primary key, and using a column in the "other table" ... |