Posts by Vinicius de Almeida • 28 points
2 posts
-
0
votes1
answer23
viewsA: Is Jersey2 different from Jersey v2.x?
Jersey (or JAX-RS) is a dependency that assists in implementing Restful servers in Java. This dependency has two macros, Jersey1 (or simply Jersey) and Jersey2, in which case 1.x or 2.x indicates…
-
1
votes1
answer989
viewsA: Count with Hibernate Criteria
If in the Itensvenda table you have a FK of Products (@Manytoone as I understand it) you can do the following using Detachedcriteria. DetachedCriteria detachedCriteria =…