public class TableFilter extends Object
Constructor and Description |
---|
TableFilter(SortedSet<IncludeTableFilter> includes,
SortedSet<Pattern> excludes)
Includes can contain only One includetable
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static TableFilter |
everything() |
int |
hashCode() |
static TableFilter |
include(String tablePattern) |
PatternFilter |
isIncludeTable(String tableName)
Return filter for columns in case we should take this table
|
String |
toString() |
protected StringBuilder |
toString(StringBuilder res,
String prefix) |
public TableFilter(SortedSet<IncludeTableFilter> includes, SortedSet<Pattern> excludes)
includes
- excludes
- public PatternFilter isIncludeTable(String tableName)
tableName
- public static TableFilter include(String tablePattern)
public static TableFilter everything()
protected StringBuilder toString(StringBuilder res, String prefix)
Copyright © 2001–2016 Apache Cayenne. All rights reserved.