Posts by Felipe Effting • 65 points
4 posts
-
0
votes1
answer53
viewsQ: When modifying a data before sending to Query it updates the table
I’m doing a query select with spring + Hibernate, Query query = em.createNativeQuery(sqlBase); I am passing to the 'sqlBase' a Company as parameter, SELECT e.* FROM Empresa e WHERE e.id = :empresa…
-
0
votes0
answers39
viewsQ: Downgrade java version - The package javax.xml.parsers is accessible from more than one module
I have a project in Java 12 that is working 100%. My goal is to make a downgrade from Java 12 to 11, but when I make this change I get an error on specific dependencies. This is the mistake I get:…
javaasked Felipe Effting 65 -
0
votes1
answer67
viewsQ: Username change in token OAUTH2
I have a Rest API in spring with OAUTH2 my doubt is the following, it is possible to change the username that is written in the token of each session of OAUTH2. My problem basically is, that to…
-
5
votes1
answer44
viewsQ: Configuration of the Hibernate!
Hello I’m having a difficulty regarding a Hibernate configuration hibernate.hbm2ddl.import_files i believe q am doing everything right to find the sql path, I am using the same to insert some data…