org.hibernate.tool.hbmlint.detector
Class SchemaByMetaDataDetector
java.lang.Object
org.hibernate.tool.hbmlint.Detector
org.hibernate.tool.hbmlint.detector.RelationalModelDetector
org.hibernate.tool.hbmlint.detector.SchemaByMetaDataDetector
public class SchemaByMetaDataDetector
- extends RelationalModelDetector
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaByMetaDataDetector
public SchemaByMetaDataDetector()
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