org.apache.cayenne.exp
Interface ValueInjector
- All Known Implementing Classes:
- ASTAnd, ASTEqual
public interface ValueInjector
Describes expressions, that can "inject" value to an object, i.e.
do something reverse to "match" method. Preferrably, after
valueInjectorExpression.inject(object)
,
valueInjectorExpression.match(object) returns true
,
but this is not a requirement, e.g. "and" expression can be able
to inject only part of its operands
injectValue
void injectValue(java.lang.Object o)
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.