Posts by jorge maia • 31 points
5 posts
-
0
votes2
answers103
viewsA: Doubt with Joins in HQL query
In fact, there was a lack, (good practices) in the declaration of the relationship annotations (@oneToMany) the definition of the type of loading of the lists (t2, T3, etc.) when loaded to t1 in…
hqlanswered jorge maia 31 -
1
votes2
answers113
viewsA: How to make a query per ID in HQL using the LIKE operator?
For me, it worked like this: String sql = "select t from Tabela t where str(t.id) like :id"; parameter: query.setParameter("id", "%" + parteDoIdPassadoComoParametro + "%");…
-
0
votes1
answer414
viewsA: Glassfish 4, post login on admin console opens page: j_security_check
SOLVED: Well friends, I want to share this experience that took me almost 2 weeks to solve and that I had to discover in Rra because I couldn’t find an answer in the forums. In my Netbeans IDE I…
glassfishanswered jorge maia 31 -
0
votes1
answer414
viewsQ: Glassfish 4, post login on admin console opens page: j_security_check
NOTE: Context in which the problem happened: Windows 7 Professional (32-bit), Netbeans 8.2, Glassfish 4 (zip and extracted to a local folder). Guys, the standard Glassfish 4 starta, no bugs, opens…
glassfishasked jorge maia 31 -
2
votes2
answers234
viewsQ: Base64 biometrics generating different codes for the same digital
I am having problems with the encryption of digital (biometrics) in base64 for passage of track parameter http. The problem is that each capture of the same digital are generated different codes, so…