You can create a custom ID by using (Assuming you are using ejb3) @Embeddable and @EmbeddedId
if you are not using ejb3 (assume you are using xdoclets) create a new class that has your columns you want to be apart of the id only add the xdoclets tags to the getter methods Then add that class as the id View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044086#4044086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044086 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
