Class ShadowedIdentifierDetector
java.lang.Object
org.hibernate.tool.internal.export.lint.Detector
org.hibernate.tool.internal.export.lint.EntityModelDetector
org.hibernate.tool.internal.export.lint.ShadowedIdentifierDetector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()protected voidvisitProperty(org.hibernate.mapping.PersistentClass clazz, org.hibernate.mapping.Property property, IssueCollector collector) Methods inherited from class org.hibernate.tool.internal.export.lint.EntityModelDetector
visit, visitMethods inherited from class org.hibernate.tool.internal.export.lint.Detector
getMetadata, initialize
-
Constructor Details
-
ShadowedIdentifierDetector
public ShadowedIdentifierDetector()
-
-
Method Details
-
getName
-
visitProperty
protected void visitProperty(org.hibernate.mapping.PersistentClass clazz, org.hibernate.mapping.Property property, IssueCollector collector) - Specified by:
visitPropertyin classEntityModelDetector
-