Guest User

Untitled

a guest
Nov 22nd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @Column(name="valor")
  2. private Double valor;
  3.  
  4. @Column(name="valor", insertable=false, updatable=false)
  5. private Double valorTransientDisfarcado;
Add Comment
Please, Sign In to add comment