| Package | Description |
|---|---|
| org.apache.cayenne.access.translator.select | |
| org.apache.cayenne.dba.mysql |
MySQL DbAdapter.
|
| org.apache.cayenne.dba.mysql.sqltree | |
| org.apache.cayenne.dba.openbase |
OpenBase DbAdapter.
|
| org.apache.cayenne.dba.postgres |
PostgreSQL DbAdapter.
|
| org.apache.cayenne.dba.postgres.sqltree |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseSQLTreeProcessor.onLikeNode(Node parent,
LikeNode child,
int index) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<Node> |
MySQLTreeProcessor.onLikeNode(Node parent,
LikeNode child,
int index) |
| Modifier and Type | Class and Description |
|---|---|
class |
MysqlLikeNode |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OpenBaseSQLTreeProcessor.onLikeNode(Node parent,
LikeNode child,
int index)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<Node> |
PostgreSQLTreeProcessor.onLikeNode(Node parent,
LikeNode child,
int index) |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresLikeNode |
Copyright © 2001–2021 Apache Cayenne. All rights reserved.