I don\'t know if this is even possible in hibernate.
Can I get a list of a bean type (which hasn\'t been mapped) with the getSession() of Hibernate?
What I\'
Use a setResultTransformer(AliasToBeanResultTransformer) instead of addEntity() and all should be fine
setResultTransformer(AliasToBeanResultTransformer)
addEntity()