red
red
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
I'll try again
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
Oh, I got it
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
No need for @GeneratedValue?
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
How would it look?
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
Anyway, thanks for the help
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
Well, I'll review that inheritance then
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
Why? I got curious
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
A basic identifier would be enough, not necessarily a primary key
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
Thanks, I think this saved me a few hours trying to debug this
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
Oh
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
The problem is that if I remove the inheritance between User and customer, I would have to refactor a lot of code.
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
It didn't work
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
I wish it worked with inheritance
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
The full stacktrace
37 replies
JCHJava Community | Help. Code. Learn.
Created by red on 2/8/2025 in #java-help
@MapsId not works
stack.txt
37 replies
JCHJava Community | Help. Code. Learn.
Created by De1ora on 1/29/2025 in #java-help
What is wrong with my code?
Did it work?
13 replies
JCHJava Community | Help. Code. Learn.
Created by Danix on 1/18/2025 in #java-help
Jwt Auth Issue
I recommend using a cookie if the token is not needed on the client side.
19 replies
JCHJava Community | Help. Code. Learn.
Created by Danix on 1/18/2025 in #java-help
Jwt Auth Issue
Consider storing in a Cookie, or sessionStorage
19 replies
JCHJava Community | Help. Code. Learn.
Created by Danix on 1/18/2025 in #java-help
Jwt Auth Issue
If you just store the token in the header and send it to the client, it will only be valid for a single request.
19 replies
JCHJava Community | Help. Code. Learn.
Created by Danix on 1/18/2025 in #java-help
Jwt Auth Issue
Where are you storing the token?
19 replies