You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding only one field to the projection "AliasToBeanResultTransformer" will throw a Cast Exception cuz your" transformList" method is expecting an List of [ ] Object. However, criteria will return a single object of the fields type.
When adding only one field to the projection "AliasToBeanResultTransformer" will throw a Cast Exception cuz your" transformList" method is expecting an List of [ ] Object. However, criteria will return a single object of the fields type.