posted 13 years ago
In Hibernate, Can I transform ScrollableResults to a bean using Transformers.aliasToBean()?
I have done it with "List" with
Can something similar be done with ScrollableResults where the resulsets are transformed to Beans using Transformers?