Posts by Rafael R... • 33 points
4 posts
-
2
votes0
answers110
viewsQ: Hibernate does not consider field for Insert
I have a class Cliente which has composite key: @Entity @Table(name = "Clientes") @IdClass(ClientePK.class) public class Cliente implements Serializable { //@EmbeddedId //private ClientePK…
-
0
votes1
answer105
viewsQ: Hibernate + JPA 5 - Java Web
I’m in need of some help in the following problem. When running my web java project on Glassfish Hibernate on every run try to recreate my tables. Minha Entity. @Entity @Table(name = "Estados")…
-
1
votes0
answers125
viewsQ: Search View Refinement on Android
Guys I’m new in the android world could you help me by indicating how to include these search refinement filters and sort the text that is typed in the searchview equal to the one presented in the…
-
0
votes1
answer29
viewsQ: Doubt technology for building Webapi Rest in Java
I am posting this topic to check from your experience which technology you are using to build Webapi Rest in java. What libraries? What techniques? What advantages and disadvantages of technology. I…