org.hibernate.tool.hbmlint.detector
Class RelationalModelDetector

java.lang.Object
  extended by org.hibernate.tool.hbmlint.Detector
      extended by org.hibernate.tool.hbmlint.detector.RelationalModelDetector
Direct Known Subclasses:
SchemaByMetaDataDetector

public abstract class RelationalModelDetector
extends Detector


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

Constructor Detail

RelationalModelDetector

public RelationalModelDetector()
Method Detail

visit

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

visit

protected void visit(org.hibernate.cfg.Configuration cfg,
                     org.hibernate.mapping.Table table,
                     org.hibernate.mapping.Column col,
                     IssueCollector collector)

visitColumns

protected void visitColumns(org.hibernate.cfg.Configuration cfg,
                            org.hibernate.mapping.Table table,
                            IssueCollector collector)

visit

protected void visit(org.hibernate.cfg.Configuration cfg,
                     org.hibernate.mapping.Table table,
                     IssueCollector collector)