org.hibernate.tool.hbmlint
Class Detector
java.lang.Object
org.hibernate.tool.hbmlint.Detector
- Direct Known Subclasses:
- EntityModelDetector, RelationalModelDetector
public abstract class Detector
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Detector
public Detector()
initialize
public void initialize(org.hibernate.cfg.Configuration configuration,
org.hibernate.cfg.Settings settings)
getSettings
protected org.hibernate.cfg.Settings getSettings()
getConfiguration
protected org.hibernate.cfg.Configuration getConfiguration()
visit
public void visit(org.hibernate.cfg.Configuration configuration,
IssueCollector collector)
getName
public abstract String getName()