Posts by user13195 • 1 point
2 posts
-
0
votes1
answer118
viewsQ: Hibernate - Set foreign key object without seeking object. Direct by Id
Someone knows if it is possible for me to set an object that is a foreign key if I have to look for it. That is, just by setting the direct id? Example: low.setIdEmpress(daoEmpresa.buscaPorId(new…
-
-6
votes8
answers17582
viewsA: Use Bootstrap and Primefaces without one interfering with the other?
Try this: <script type="text/javascript"> var j = jQuery.noConflict(); // Do something with jQuery j("div p").hide(); // Do something with another library's $() $("content").style.display =…