Posts by Alysson Oliveira • 53 points
3 posts
-
1
votes0
answers96
viewsQ: Display dialog with first faces when clicking on an emptyMessage of a p:autocomplete
Well I am using Primefaces I have a field p:autocomplete to search Employees, I would like when typed a name and no results found it displayed the message "No employees found, click here to…
-
3
votes1
answer458
viewsQ: org.hibernate.Propertynotfoundexception: Could not find Setter for sum on class Class
People I’m trying to list the best selling products using Sqlquery (if anyone knows of other ways to perform as eg using Criteria, Projections also accepted) with Hibernate, but this error is…
-
-1
votes1
answer2120
viewsQ: List the 10 Best Selling Products
I need to list the 10 best selling products from a table using Hibernate. The table item_sale has the following columns: amount id_product valor_unitario value_sub_Total…