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.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ChildProcessor<ValueNode>> |
TypeAwareSQLTreeProcessor.byValueTypeProcessors |
Modifier and Type | Method and Description |
---|---|
protected ChildProcessor<ValueNode> |
TypeAwareSQLTreeProcessor.getValueProcessor(DbAttribute attr) |
Modifier and Type | Method and Description |
---|---|
protected DbAttribute |
TypeAwareSQLTreeProcessor.getValueAttribute(ValueNode node) |
protected void |
BaseSQLTreeProcessor.onValueNode(Node parent,
ValueNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
DB2SQLTreeProcessor.onValueNode(Node parent,
ValueNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
DerbySQLTreeProcessor.onValueNode(Node parent,
ValueNode child,
int index) |
Modifier and Type | Class and Description |
---|---|
class |
DerbyValueNode |
Modifier and Type | Method and Description |
---|---|
protected void |
FirebirdSQLTreeProcessor.onValueNode(Node parent,
ValueNode child,
int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
OpenBaseSQLTreeProcessor.onValueNode(Node parent,
ValueNode child,
int index)
Deprecated.
|
Copyright © 2001–2021 Apache Cayenne. All rights reserved.