IDP Cluster going forward (JDK 7)

Paul Hethmon paul.hethmon at clareitysecurity.com
Thu May 30 09:36:01 EDT 2013


On 5/29/13 8:45 AM, "Manuel Haim" <haim at hrz.uni-marburg.de> wrote:

>@Paul: Did you gather any experience with Hibernate regarding transient
>fields?

I have to say that I did not consider transient fields. I am making some
assumptions about the objects being passed into the storage service,
whether it is a SessionManagerEntry or SessionID (or anything else). So
when I persist it to the DB, it's not simply a blob, but also some
relevant data about the blob.

I'm not seeing anything marked as a transient field, but if there were,
then it would be up to that object to reconstitute the value when it's
de-serialized from the DB in my mind. That's the whole purpose of
transient.

Paul



More information about the users mailing list