Class TableFilter
java.lang.Object
org.hibernate.tool.internal.reveng.strategy.TableFilter
A tablefilter that can tell if a TableIdentifier is included or excluded.
Note that all matching is case sensitive since many db's are.
- Author:
- max
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexclude(TableIdentifier identifier) org.apache.commons.collections4.MultiValuedMap<String, MetaAttributeHelper.SimpleMetaAttribute> getMetaAttributes(TableIdentifier identifier) getPackage(TableIdentifier identifier) voidsetExclude(Boolean bool) voidsetMatchCatalog(String matchCatalog) voidsetMatchName(String matchName) voidsetMatchSchema(String matchSchema) voidsetMetaAttributes(org.apache.commons.collections4.MultiValuedMap<String, MetaAttributeHelper.SimpleMetaAttribute> metaAttributes) voidsetPackage(String string) toString()
-
Constructor Details
-
TableFilter
public TableFilter()
-
-
Method Details
-
setMatchCatalog
-
setMatchSchema
-
setMatchName
-
exclude
- Returns:
- null if filter does not affect this identifier, true/false if it does.
-
setExclude
-
getPackage
-
setPackage
-
toString
-
getMatchCatalog
-
getMatchSchema
-
getMatchName
-
getExclude
-
getMetaAttributes
public org.apache.commons.collections4.MultiValuedMap<String,MetaAttributeHelper.SimpleMetaAttribute> getMetaAttributes(TableIdentifier identifier) -
setMetaAttributes
public void setMetaAttributes(org.apache.commons.collections4.MultiValuedMap<String, MetaAttributeHelper.SimpleMetaAttribute> metaAttributes)
-