I have annotation-driven hibernate capabilies on my project.
Now I want to create an index over a column. My current column definition is
@NotNull @C
In Hibernate 3.5.6 using update> the indexes are created. So a proper answer now would be to upgrade. But I'm leaving this answer for those like me that have come across this question.
update> the indexes are created. So a proper answer now would be to upgrade. But I'm leaving this answer for those like me that have come across this question.