Interface TableFilterWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetExclude()StringgetMatchCatalog()StringgetMatchName()StringgetMatchSchema()voidsetExclude(boolean b)voidsetMatchCatalog(String s)voidsetMatchName(String s)voidsetMatchSchema(String s)-
Methods inherited from interface org.hibernate.tool.orm.jbt.api.wrp.Wrapper
getWrappedObject
-
-
-
-
Method Detail
-
setExclude
void setExclude(boolean b)
-
setMatchCatalog
void setMatchCatalog(String s)
-
setMatchSchema
void setMatchSchema(String s)
-
setMatchName
void setMatchName(String s)
-
getExclude
Boolean getExclude()
-
getMatchCatalog
String getMatchCatalog()
-
getMatchSchema
String getMatchSchema()
-
getMatchName
String getMatchName()
-
-