T
- the value type to be used in the predicate interfacepublic interface ConstructionInterceptor<T,U>
An AOP-style hook to intercept individual steps of predicate construction.
Modifier and Type | Method and Description |
---|---|
Ordering |
interceptOrderingConstruction(Ordering ordering)
Hook to modify a new ordering right after its construction.
|
Predicate |
interceptPredicateConstruction(Predicate predicate)
Hook to modify a new predicate right after its construction.
|
U |
interceptReferenceValueConstruction(T value)
Hook to modify a reference value before it is used for predicate construction.
|
U interceptReferenceValueConstruction(T value)
Hook to modify a reference value before it is used for predicate construction.
value
- the reference value to be modifiedPredicate interceptPredicateConstruction(Predicate predicate)
Hook to modify a new predicate right after its construction.
predicate
- the predicate which was just constructedCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.