| Package | Description |
|---|---|
| org.apache.cayenne.dbsync.reverse.filters |
| Modifier and Type | Field and Description |
|---|---|
TableFilter |
SchemaFilter.tables |
| Modifier and Type | Method and Description |
|---|---|
static TableFilter |
TableFilter.everything() |
static TableFilter |
TableFilter.include(String tablePattern) |
TableFilter |
FiltersConfig.tableFilter(String catalog,
String schema) |
| Modifier and Type | Method and Description |
|---|---|
static FiltersConfig |
FiltersConfig.create(String catalog,
String schema,
TableFilter tableFilter,
PatternFilter procedures) |
| Constructor and Description |
|---|
SchemaFilter(String name,
TableFilter tables,
PatternFilter procedures) |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.