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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: