Package cz.cvut.kbss.jopa.proxy
Interface IndirectWrapper<T>
- Type Parameters:
T
- Type of the wrapped object
- All Known Implementing Classes:
ChangeTrackingIndirectCollection
,ChangeTrackingIndirectList
,ChangeTrackingIndirectMap
,ChangeTrackingIndirectMultilingualString
,ChangeTrackingIndirectSet
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Wraps a target object in an indirect proxy which is able to intercept method calls and perform additional processing
(usually persistence context notification).
-
Method Summary
-
Method Details
-
unwrap
T unwrap()Retrieves the wrapped object.- Returns:
- The wrapped object
-