org.hibernate.tool.hbmlint.detector
Class SchemaByMetaDataDetector

java.lang.Object
  extended by org.hibernate.tool.hbmlint.Detector
      extended by org.hibernate.tool.hbmlint.detector.RelationalModelDetector
          extended by org.hibernate.tool.hbmlint.detector.SchemaByMetaDataDetector

public class SchemaByMetaDataDetector
extends RelationalModelDetector


Constructor Summary
SchemaByMetaDataDetector()
           
 
Method Summary
 String getName()
           
 void initialize(org.hibernate.cfg.Configuration cfg, org.hibernate.cfg.Settings settings)
           
 void visit(org.hibernate.cfg.Configuration cfg, IssueCollector collector)
           
 void visit(org.hibernate.cfg.Configuration cfg, org.hibernate.mapping.Table table, org.hibernate.mapping.Column col, IssueCollector pc)
           
 void visit(org.hibernate.cfg.Configuration cfg, org.hibernate.mapping.Table table, IssueCollector pc)
           
 void visitGenerators(org.hibernate.cfg.Configuration cfg, IssueCollector collector)
           
 
Methods inherited from class org.hibernate.tool.hbmlint.detector.RelationalModelDetector
visitColumns
 
Methods inherited from class org.hibernate.tool.hbmlint.Detector
getConfiguration, getSettings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaByMetaDataDetector

public SchemaByMetaDataDetector()
Method Detail

getName

public String getName()
Specified by:
getName in class Detector

initialize

public void initialize(org.hibernate.cfg.Configuration cfg,
                       org.hibernate.cfg.Settings settings)
Overrides:
initialize in class Detector

visit

public void visit(org.hibernate.cfg.Configuration cfg,
                  IssueCollector collector)
Overrides:
visit in class RelationalModelDetector

visitGenerators

public void visitGenerators(org.hibernate.cfg.Configuration cfg,
                            IssueCollector collector)

visit

public void visit(org.hibernate.cfg.Configuration cfg,
                  org.hibernate.mapping.Table table,
                  IssueCollector pc)
Overrides:
visit in class RelationalModelDetector

visit

public void visit(org.hibernate.cfg.Configuration cfg,
                  org.hibernate.mapping.Table table,
                  org.hibernate.mapping.Column col,
                  IssueCollector pc)
Overrides:
visit in class RelationalModelDetector