transient « Bean « Spring Q&A





1. transient field property    forum.springsource.org

transient field property Hi, In my entity class I have declared a transient field and created getter/setter methods. Based on a property of entity class, I have to populate the transient ...

2. reinject transient properties    forum.springsource.org

Is it possible to inject dependencies into a bean that that has been deserialized based on what I configured in the spring xml config file? I have a bean which contains ...

3. a transient property in a seriazialable spring bean    forum.springsource.org

I have a spring bean container will create one instance of this class, making this class serializable will there be any use ? ...