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