Package org.cyclos.impl.utils.cache
Class BooleanPropertiesHolderCacheValue
- java.lang.Object
-
- org.cyclos.impl.utils.cache.AccessorCacheValue
-
- org.cyclos.impl.utils.cache.BooleanPropertiesHolderCacheValue
-
- All Implemented Interfaces:
Serializable,WrappedObject
public class BooleanPropertiesHolderCacheValue extends AccessorCacheValue
AnAccessorCacheValuewhich holdsBooleanPropertiesHolders- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BooleanPropertiesHolderCacheValue(BooleanPropertiesHolder<?> holder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Objectunwrap(ApplicationContext applicationContext)Unwraps the original value.-
Methods inherited from class org.cyclos.impl.utils.cache.AccessorCacheValue
create, create, create
-
-
-
-
Constructor Detail
-
BooleanPropertiesHolderCacheValue
public BooleanPropertiesHolderCacheValue(BooleanPropertiesHolder<?> holder)
-
-
Method Detail
-
unwrap
public Object unwrap(ApplicationContext applicationContext)
Description copied from interface:WrappedObjectUnwraps the original value. Needs to run within a transaction
-
-