Class EntityModelDetector

java.lang.Object
org.hibernate.tool.internal.export.lint.Detector
org.hibernate.tool.internal.export.lint.EntityModelDetector
Direct Known Subclasses:
BadCachingDetector, InstrumentationDetector, ShadowedIdentifierDetector

public abstract class EntityModelDetector extends Detector
  • Constructor Details

    • EntityModelDetector

      public EntityModelDetector()
  • Method Details

    • visit

      public void visit(IssueCollector collector)
      Specified by:
      visit in class Detector
    • visit

      protected void visit(org.hibernate.mapping.PersistentClass clazz, IssueCollector collector)
    • visitProperty

      protected abstract void visitProperty(org.hibernate.mapping.PersistentClass clazz, org.hibernate.mapping.Property property, IssueCollector collector)