Posts by Thiago Lopes • 21 points
1 post
-
2
votes2
answers437
viewsA: What is the difference between using @Transient and Transient in an attribute of a JPA entity?
The annotation @Transient can be used in the attribute of a class, or in a method get, in your case getIdValidacao(). The way it is established is related to a class annotation, being…