@Transient property should be added in equals/hashCode/toString
- by Castanho
Hi there, this is a quick question...........
In objects from JPA that is mapping a table, I have some properties that is @Transient, shall I add this properties into equals/hashCode/toString methods?
My first thought is NO but.... I don't know why.
Tips?
Ideas?
Explanations?
Thanks in advance