org.hibernate.tool.hbmlint.detector
Class InstrumentationDetector

java.lang.Object
  extended by org.hibernate.tool.hbmlint.Detector
      extended by org.hibernate.tool.hbmlint.detector.EntityModelDetector
          extended by org.hibernate.tool.hbmlint.detector.InstrumentationDetector

public class InstrumentationDetector
extends EntityModelDetector


Constructor Summary
InstrumentationDetector()
           
 
Method Summary
 String getName()
           
 void initialize(org.hibernate.cfg.Configuration cfg, org.hibernate.cfg.Settings settings)
           
 void visit(org.hibernate.cfg.Configuration cfg, org.hibernate.mapping.PersistentClass clazz, IssueCollector collector)
           
 
Methods inherited from class org.hibernate.tool.hbmlint.detector.EntityModelDetector
visit, visitProperties, visitProperty
 
Methods inherited from class org.hibernate.tool.hbmlint.Detector
getConfiguration, getSettings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentationDetector

public InstrumentationDetector()
Method Detail

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,
                  org.hibernate.mapping.PersistentClass clazz,
                  IssueCollector collector)
Overrides:
visit in class EntityModelDetector