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