Class BindObjectNotEqual
java.lang.Object
org.apache.cayenne.template.directive.BindObjectEqual
org.apache.cayenne.template.directive.BindObjectNotEqual
- All Implemented Interfaces:
- Directive
public class BindObjectNotEqual extends BindObjectEqual
- Since:
- 4.1
- 
Field SummaryFields Modifier and Type Field Description static BindObjectNotEqualINSTANCE
- 
Constructor SummaryConstructors Constructor Description BindObjectNotEqual()
- 
Method SummaryModifier and Type Method Description protected voidrender(Context context, ParameterBinding binding)protected voidrenderColumn(Context context, String columnName, int columnIndex)Methods inherited from class org.apache.cayenne.template.directive.BindObjectEqualapply, toArray, toIdMap
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
BindObjectNotEqualpublic BindObjectNotEqual()
 
- 
- 
Method Details- 
renderColumn- Overrides:
- renderColumnin class- BindObjectEqual
 
- 
render- Overrides:
- renderin class- BindObjectEqual
 
 
-