02-09-2012 10:54 AM
Hello All,
I have a class which implements Persistable. I have a boolean variable within my class which is declared transient as i do not want the state of the variable to be maintained when the data is fetched from the persistent store, but i notice that the state is maintained though it is declared as transient. Am i missing out on something? Kindly help. Thanks in advance.
Regards,
S.A.Norton Stanley