Posts by Roger William • 25 points
4 posts
-
1
votes2
answers1177
viewsQ: Spring MVC + Spring Date Pagination
Good morning guys all ? I’m not having a problem in itself, just something I want to optimize. I’m using Spring MVC with Spring Data, to make the results pagination, I’m using Pageable inside my…
-
0
votes1
answer319
viewsQ: Spring encoding problem
Good afternoon Personal, I’m working on a project with Spring MVC and Spring Security. But the same, is presenting problem in the character encoding, when I deploy on an external server, IE, run…
-
0
votes1
answer467
viewsQ: How can I add objects to a list dynamically through the views?
I have a question about Spring MVC. I’m developing a system using HTML5 in View, and as a renderer I am using the thymeleaf. For example, if I have a class Produto, and this has a list of Endereços,…
-
1
votes2
answers140
viewsQ: AND operators and OR
I recently started using the Criteria API because I need to make queries that would be very complex with HQL. How I use the operators AND and OR in queries with Criteria API?…