org.hibernate.cfg.reveng
Class SchemaSelection

java.lang.Object
  extended by org.hibernate.cfg.reveng.SchemaSelection

public class SchemaSelection
extends Object


Constructor Summary
SchemaSelection()
           
SchemaSelection(String catalog, String schema)
           
SchemaSelection(String catalog, String schema, String table)
           
 
Method Summary
 String getMatchCatalog()
           
 String getMatchSchema()
           
 String getMatchTable()
           
 void setMatchCatalog(String catalogPattern)
           
 void setMatchSchema(String schemaPattern)
           
 void setMatchTable(String tablePattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaSelection

public SchemaSelection(String catalog,
                       String schema,
                       String table)

SchemaSelection

public SchemaSelection(String catalog,
                       String schema)

SchemaSelection

public SchemaSelection()
Method Detail

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)