Should @Transient property be used in equals/hashCode/toString?
- by Castanho
Hi there, this is a quick question:
I have JPA entities where some properties are annotated with @Transient.
Shall I use these properties in equals/hashCode/toString methods?
My first thought is NO but.... I don't know why.
Tips?
Ideas?
Explanations?
Thanks in advance