Top "Resulttransformer" questions

getting result set into DTO with native SQL Query in Hibernate

I have a query like below select f.id, s.name, ss.name from first f left join second s …

java hibernate orm native-sql resulttransformer
Projections in NHibernate

suppose in an entity there are attributes id, username, age, address. Now I just want id and username and I …

nhibernate projection resulttransformer
ResultTransformer in Hibernate return null

I'm using ResultTransformer to select only particular properties from entity, just i don't need all properties from entity. But the …

java hibernate criteria resulttransformer