org.hibernate.cfg.reveng
Class SchemaSelection
java.lang.Object
org.hibernate.cfg.reveng.SchemaSelection
public class SchemaSelection
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaSelection
public SchemaSelection(String catalog,
String schema,
String table)
SchemaSelection
public SchemaSelection(String catalog,
String schema)
SchemaSelection
public SchemaSelection()
getMatchCatalog
public String getMatchCatalog()
setMatchCatalog
public void setMatchCatalog(String catalogPattern)
getMatchSchema
public String getMatchSchema()
setMatchSchema
public void setMatchSchema(String schemaPattern)
getMatchTable
public String getMatchTable()
setMatchTable
public void setMatchTable(String tablePattern)