Hello,
I have an issue with JPA and SqlResultSetMapping where alias for column needs to be used. As soon as single @FieldResult is defined in @EntityResult, Hibernate seem to "forget" all other column names.
I posted a question on StackOverflow with longer description:
http://stackoverflow.com/questions/3924 ... ng-aliasesI would appreciate it if someone with profound Hibernate knowledge could take a look. There are examples online and in books that show that what I am trying to do is valid, but perhaps not - I am new to Java EE and JPA. All the workarounds I found so far are quite ugly.