1. referencing 2 tables - HELP NEEDED !!!! forum.hibernate.orghi there... the following i got: 2 tables: Code: 1.) AProzess with the columns ProzessID (pk) ProessVersion (pk) ProzessName 2.) AKnoten with the columns AKnotenID (pk) ProzessID (pk) ProzessVersion ... |
2. Cross Reference Table forum.hibernate.orgIn my data model, i have 3 tables where 1 of the tables is a cross reference of the other two. For example, take an employee table and a skills table(contains all skills any employee can have), the cross reference table is called EmployeeSkills. Its really just a two column table that contains an employeeId and a skillId. Im trying to ... |
3. Cross reference table of 3 tables: How to do it ? forum.hibernate.orgHi All, I am using Hibernate 2.1, Middlegen 2.1 with Oracle 9i. I have 3 tables: Table A with A_id as primary key Table B with B_id as primary key Table C with C_id as primary key I also defined a cross reference table called Table D with all three primary keys as its composite key. I defined a table D ... |
4. One-to-One reference in seperate table. forum.hibernate.org |
5. Many-to-Many with a read-only view for cross-reference table forum.hibernate.org |
6. how to deal with reference tables using Hibernate forum.hibernate.orghello, I need help in that matter. it seems the answer is unreachable :-) Hibernate version: 3.1 database: mySQL application server: Jboss 4.0.1 I write an application with JBossAS (mention above) and Hibernate. I have Reference tables, means tables that can be updated rarely. there are no updates to be made there. I have two question: 1. How is the best ... |
7. Where do i reference to my table in hibernate? forum.hibernate.org |
8. References 2 java clases to the same table of a BBDD forum.hibernate.orgHi! My english is not to well so I tryed to explain as better as I can. Y want to reference a table of a BBDD from 2 diferent clases, but i don't know if this is allowed whith Hibernate clauses. The error is: Caused by: org.hibernate.MappingException: Foreign key (FK114953E4C138BAA1:TABLE1[ROW1])) must have same number of columns as the referenced primary key... ... |