org.hibernate.tool.hbmlint
Class Detector

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

public abstract class Detector
extends Object


Constructor Summary
Detector()
           
 
Method Summary
protected  org.hibernate.cfg.Configuration getConfiguration()
           
abstract  String getName()
           
protected  org.hibernate.cfg.Settings getSettings()
           
 void initialize(org.hibernate.cfg.Configuration configuration, org.hibernate.cfg.Settings settings)
           
 void visit(org.hibernate.cfg.Configuration configuration, IssueCollector collector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Detector

public Detector()
Method Detail

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()