Package org.cyclos.impl.utils
Interface WrappedObject
-
- All Known Implementing Classes:
AccessorCacheValue,BeanAccessorCacheValue,BooleanPropertiesHolderCacheValue,CollectionAccessorCacheValue,EmbeddableAccessorCacheValue,EntityAccessorCacheValue,MapAccessorCacheValue,ScalarAccessorCacheValue
public interface WrappedObjectRepresents an object which was wrapped to another form, and can be unwrapped in the current application context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectunwrap(ApplicationContext applicationContext)Unwraps the original value.
-
-
-
Method Detail
-
unwrap
Object unwrap(ApplicationContext applicationContext)
Unwraps the original value. Needs to run within a transaction
-
-