org.hibernate.tool.hbmlint.detector
Class ShadowedIdentifierDetector

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.ShadowedIdentifierDetector

public class ShadowedIdentifierDetector
extends EntityModelDetector


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

Constructor Detail

ShadowedIdentifierDetector

public ShadowedIdentifierDetector()
Method Detail

getName

public String getName()
Specified by:
getName in class Detector

visitProperty

public void visitProperty(org.hibernate.cfg.Configuration configuration,
                          org.hibernate.mapping.PersistentClass clazz,
                          org.hibernate.mapping.Property property,
                          IssueCollector collector)
Overrides:
visitProperty in class EntityModelDetector