Package org.cyclos.impl.utils.cache
Class BeanAccessorCacheValue
- java.lang.Object
-
- org.cyclos.impl.utils.cache.AccessorCacheValue
-
- org.cyclos.impl.utils.cache.BeanAccessorCacheValue
-
- All Implemented Interfaces:
Serializable,WrappedObject
public class BeanAccessorCacheValue extends AccessorCacheValue
AnAccessorCacheValuewhich storesBeans, actually cloning them, as they are mutable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeanAccessorCacheValue(Bean bean)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectunwrap(ApplicationContext applicationContext)Unwraps the original value.-
Methods inherited from class org.cyclos.impl.utils.cache.AccessorCacheValue
create, create, create
-
-
-
-
Constructor Detail
-
BeanAccessorCacheValue
public BeanAccessorCacheValue(Bean bean)
-
-
Method Detail
-
unwrap
public Object unwrap(ApplicationContext applicationContext)
Description copied from interface:WrappedObjectUnwraps the original value. Needs to run within a transaction
-
-