Module org.eclipse.persistence.core
Interface WrappingValueHolder<T>
-
- All Known Implementing Classes:
ProtectedValueHolder,UnitOfWorkQueryValueHolder,UnitOfWorkTransformerValueHolder,UnitOfWorkValueHolder
public interface WrappingValueHolder<T>WrappingValueHolder is an interface type that implementors use when they will be wrapping another ValueHolder that has the original value.- Author:
- Gordon Yorke
- See Also:
UnitOfWorkValueHolder,ProtectedValueHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueHolderInterface<T>getWrappedValueHolder()Returns the valueholder that is wrapped by this ValueHolder
-
-
-
Method Detail
-
getWrappedValueHolder
ValueHolderInterface<T> getWrappedValueHolder()
Returns the valueholder that is wrapped by this ValueHolder
-
-