Community
Participate
Working Groups
Given the following example looks at the employees virtual mapping in the JPA Details view of the orm.xml. Notice that Ordering 'None' radio button is selected instead of 'Primary key' @Entity public class EmployeeHistory { @OneToMany @OrderBy private Collection<Employee> employees; } <entity class="model.EmployeeHistory"> </entity>
Can no longer reproduce this. Was likely fixed as a result of Brian's M5 refactoring that changed how virtuals are handled.