Uses of Class
org.apache.cayenne.access.sqlbuilder.sqltree.ValueNode
-
Packages that use ValueNode Package Description org.apache.cayenne.access.translator.select org.apache.cayenne.dba.db2 IBM DB2 DbAdapter.org.apache.cayenne.dba.derby Apache Derby DbAdapter.org.apache.cayenne.dba.derby.sqltree org.apache.cayenne.dba.firebird org.apache.cayenne.dba.openbase 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 ValueNode Modifier and Type Field Description protected Map<String,ChildProcessor<ValueNode>>TypeAwareSQLTreeProcessor. byValueTypeProcessorsMethods in org.apache.cayenne.access.translator.select that return types with arguments of type ValueNode Modifier and Type Method Description protected ChildProcessor<ValueNode>TypeAwareSQLTreeProcessor. getValueProcessor(DbAttribute attr)Methods in org.apache.cayenne.access.translator.select with parameters of type ValueNode Modifier and Type Method Description protected DbAttributeTypeAwareSQLTreeProcessor. getValueAttribute(ValueNode node)protected voidBaseSQLTreeProcessor. 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 ValueNode Modifier and Type Method Description protected voidDB2SQLTreeProcessor. 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 ValueNode Modifier and Type Method Description protected voidDerbySQLTreeProcessor. 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 Modifier and Type Class Description classDerbyValueNode -
Uses of ValueNode in org.apache.cayenne.dba.firebird
Methods in org.apache.cayenne.dba.firebird with parameters of type ValueNode Modifier and Type Method Description protected voidFirebirdSQLTreeProcessor. 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 ValueNode Modifier and Type Method Description protected voidOpenBaseSQLTreeProcessor. onValueNode(Node parent, ValueNode child, int index)Deprecated.
-