Package | Description |
---|---|
org.apache.cayenne.dbimport |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
Collection<ExcludeColumn> |
FilterContainer.getExcludeColumns() |
Collection<ExcludeColumn> |
IncludeTable.getExcludeColumns() |
Modifier and Type | Method and Description |
---|---|
void |
FilterContainer.addExcludeColumn(ExcludeColumn excludeColumn) |
void |
IncludeTable.addExcludeColumn(ExcludeColumn excludeColumn) |
Modifier and Type | Method and Description |
---|---|
void |
FilterContainer.setExcludeColumns(Collection<ExcludeColumn> excludeColumns) |
void |
IncludeTable.setExcludeColumns(Collection<ExcludeColumn> excludeColumns) |
Copyright © 2001–2016 Apache Cayenne. All rights reserved.