1. hibernate |
2. Using Generator tag in Composite-id tag. forum.hibernate.org |
3. Using the "implements" meta tag with composite-id forum.hibernate.orgI have a class which has both an "implements" meta tag and a composite-id tag. When I use the hbm2java tool to generate java code, the generated composite-id class ends up implementing the interface, as well as the class. Unfortunately, the composite-id class will not compile unless I add the properties defined in the interface, which I can't do. Mapping file: ... |
4. (XDoclet 2) xdoclet tag for composite element. forum.hibernate.org |
5. Generator with property tag or composite-id tag forum.hibernate.org |
6. xdoclet hibernate composite-element tag? forum.hibernate.orgHello all. I am trying to generate the following mapping: |
7. how to use a sequence with composite-id tag forum.hibernate.org |
8. composite-id tag generates parse error forum.hibernate.orgI have a schema in sqlserver that utilizes a composite key, so I'd like to use the composite-id tag in my .hbm.xml mapping file, but it generates a parse error. Here is my .hbm.xml file, which is going against the northwind db in sqlserver 2000: Code: |
10. is it possible to use composite-id tag with sequence forum.hibernate.org |