org.hibernate.cfg.reveng
Class MappingsDatabaseCollector

java.lang.Object
  extended by org.hibernate.cfg.reveng.AbstractDatabaseCollector
      extended by org.hibernate.cfg.reveng.MappingsDatabaseCollector
All Implemented Interfaces:
DatabaseCollector

public class MappingsDatabaseCollector
extends AbstractDatabaseCollector


Field Summary
 
Fields inherited from class org.hibernate.cfg.reveng.AbstractDatabaseCollector
suggestedIdentifierStrategies
 
Constructor Summary
MappingsDatabaseCollector(org.hibernate.cfg.Mappings mappings)
           
 
Method Summary
 org.hibernate.mapping.Table addTable(String schema, String catalog, String name)
           
 org.hibernate.mapping.Table getTable(String schema, String catalog, String name)
           
 Iterator iterateTables()
           
 
Methods inherited from class org.hibernate.cfg.reveng.AbstractDatabaseCollector
addSuggestedIdentifierStrategy, getOneToManyCandidates, getSuggestedIdentifierStrategy, setOneToManyCandidates
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingsDatabaseCollector

public MappingsDatabaseCollector(org.hibernate.cfg.Mappings mappings)
Method Detail

iterateTables

public Iterator iterateTables()

addTable

public org.hibernate.mapping.Table addTable(String schema,
                                            String catalog,
                                            String name)

getTable

public org.hibernate.mapping.Table getTable(String schema,
                                            String catalog,
                                            String name)