Class InstrumentationDetector
java.lang.Object
org.hibernate.tool.internal.export.lint.Detector
org.hibernate.tool.internal.export.lint.EntityModelDetector
org.hibernate.tool.internal.export.lint.InstrumentationDetector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidinitialize(org.hibernate.boot.Metadata metadata) protected voidvisit(org.hibernate.mapping.PersistentClass clazz, IssueCollector collector) 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
visitMethods inherited from class org.hibernate.tool.internal.export.lint.Detector
getMetadata
-
Constructor Details
-
InstrumentationDetector
public InstrumentationDetector()
-
-
Method Details
-
getName
-
initialize
public void initialize(org.hibernate.boot.Metadata metadata) - Overrides:
initializein classDetector
-
visit
- Overrides:
visitin classEntityModelDetector
-
visitProperty
protected void visitProperty(org.hibernate.mapping.PersistentClass clazz, org.hibernate.mapping.Property property, IssueCollector collector) - Specified by:
visitPropertyin classEntityModelDetector
-