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