Regular |
|
Joined: Fri Oct 01, 2004 2:19 am Posts: 111 Location: Melbourne, Australia
|
Hibernate version: 3.0.4
I need to be able to create indexes on multiple columns in a manner
that is independent of the property declaration in a mapping document,
in order to dictate the order of the columns in the index.
To that end, since Hibernate did not support this directly, I've made
minor modifications to Hibernate to allow me to do this (I ended up
making a modification in the dtd to allow the new <index> element
within a class and allow me to specify the index name and whether
it is unique, and to HbmBinder.java)
My questions (to the Hibernate team) are:
0. How can I check that I have covered the necessary areas to ensure
that I have not inadvertently broken something I am not aware of?
1. How do I get to submit this change to get a team member to have
a look at it; and finally
2. How do I get to get someone from the team to integrate it to the
code base?
_________________ Cheers,
Bonny
please don't forget to rate :)
|
|