How does @OrderColumn work when the index column is part of the primary key, which is not allowed - at least least according to the JPA?: http://stackoverflow.com/q/10054400/396732 Is it nontheless supported by Hibernate? Otherwise the latter workaround isn't one , which makes reverting to subselects more important .
|