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 Summary
Fields Modifier and Type Field Description static BindObjectNotEqual
INSTANCE
-
Constructor Summary
Constructors Constructor Description BindObjectNotEqual()
-
Method Summary
Modifier and Type Method Description protected void
render(Context context, ParameterBinding binding)
protected void
renderColumn(Context context, String columnName, int columnIndex)
Methods inherited from class org.apache.cayenne.template.directive.BindObjectEqual
apply, toArray, toIdMap
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
BindObjectNotEqual
public BindObjectNotEqual()
-
-
Method Details
-
renderColumn
- Overrides:
renderColumn
in classBindObjectEqual
-
render
- Overrides:
render
in classBindObjectEqual
-