Uses of Class
org.apache.cayenne.access.sqlbuilder.sqltree.ValueNode
Packages that use ValueNode
Package
Description
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
OpenBase DbAdapter.
-
Uses of ValueNode in org.apache.cayenne.access.translator.select
Fields in org.apache.cayenne.access.translator.select with type parameters of type ValueNodeModifier and TypeFieldDescriptionprotected final Map
<String, ChildProcessor<ValueNode>> TypeAwareSQLTreeProcessor.byValueTypeProcessors
Methods in org.apache.cayenne.access.translator.select that return types with arguments of type ValueNodeModifier and TypeMethodDescriptionprotected ChildProcessor
<ValueNode> TypeAwareSQLTreeProcessor.getValueProcessor
(DbAttribute attr) Methods in org.apache.cayenne.access.translator.select with parameters of type ValueNodeModifier and TypeMethodDescriptionprotected DbAttribute
TypeAwareSQLTreeProcessor.getValueAttribute
(ValueNode node) protected void
BaseSQLTreeProcessor.onValueNode
(Node parent, ValueNode child, int index) -
Uses of ValueNode in org.apache.cayenne.dba.db2
Methods in org.apache.cayenne.dba.db2 with parameters of type ValueNodeModifier and TypeMethodDescriptionprotected void
DB2SQLTreeProcessor.onValueNode
(Node parent, ValueNode child, int index) -
Uses of ValueNode in org.apache.cayenne.dba.derby
Methods in org.apache.cayenne.dba.derby with parameters of type ValueNodeModifier and TypeMethodDescriptionprotected void
DerbySQLTreeProcessor.onValueNode
(Node parent, ValueNode child, int index) -
Uses of ValueNode in org.apache.cayenne.dba.derby.sqltree
Subclasses of ValueNode in org.apache.cayenne.dba.derby.sqltree -
Uses of ValueNode in org.apache.cayenne.dba.firebird
Methods in org.apache.cayenne.dba.firebird with parameters of type ValueNodeModifier and TypeMethodDescriptionprotected void
FirebirdSQLTreeProcessor.onValueNode
(Node parent, ValueNode child, int index) -
Uses of ValueNode in org.apache.cayenne.dba.openbase
Methods in org.apache.cayenne.dba.openbase with parameters of type ValueNodeModifier and TypeMethodDescriptionprotected void
OpenBaseSQLTreeProcessor.onValueNode
(Node parent, ValueNode child, int index) Deprecated.