Methods in org.hibernate.tool.hbmlint.detector with parameters of type IssueCollector |
void |
SchemaByMetaDataDetector.visit(org.hibernate.cfg.Configuration cfg,
IssueCollector collector)
|
void |
RelationalModelDetector.visit(org.hibernate.cfg.Configuration cfg,
IssueCollector collector)
|
void |
EntityModelDetector.visit(org.hibernate.cfg.Configuration cfg,
IssueCollector collector)
|
void |
EntityModelDetector.visit(org.hibernate.cfg.Configuration cfg,
org.hibernate.mapping.PersistentClass clazz,
IssueCollector collector)
|
void |
InstrumentationDetector.visit(org.hibernate.cfg.Configuration cfg,
org.hibernate.mapping.PersistentClass clazz,
IssueCollector collector)
|
void |
SchemaByMetaDataDetector.visit(org.hibernate.cfg.Configuration cfg,
org.hibernate.mapping.Table table,
org.hibernate.mapping.Column col,
IssueCollector pc)
|
protected void |
RelationalModelDetector.visit(org.hibernate.cfg.Configuration cfg,
org.hibernate.mapping.Table table,
org.hibernate.mapping.Column col,
IssueCollector collector)
|
void |
SchemaByMetaDataDetector.visit(org.hibernate.cfg.Configuration cfg,
org.hibernate.mapping.Table table,
IssueCollector pc)
|
protected void |
RelationalModelDetector.visit(org.hibernate.cfg.Configuration cfg,
org.hibernate.mapping.Table table,
IssueCollector collector)
|
protected void |
RelationalModelDetector.visitColumns(org.hibernate.cfg.Configuration cfg,
org.hibernate.mapping.Table table,
IssueCollector collector)
|
void |
SchemaByMetaDataDetector.visitGenerators(org.hibernate.cfg.Configuration cfg,
IssueCollector collector)
|
void |
EntityModelDetector.visitProperties(org.hibernate.cfg.Configuration cfg,
org.hibernate.mapping.PersistentClass clazz,
IssueCollector collector)
|
void |
ShadowedIdentifierDetector.visitProperty(org.hibernate.cfg.Configuration configuration,
org.hibernate.mapping.PersistentClass clazz,
org.hibernate.mapping.Property property,
IssueCollector collector)
|
void |
BadCachingDetector.visitProperty(org.hibernate.cfg.Configuration configuration,
org.hibernate.mapping.PersistentClass clazz,
org.hibernate.mapping.Property property,
IssueCollector collector)
|
void |
EntityModelDetector.visitProperty(org.hibernate.cfg.Configuration configuration,
org.hibernate.mapping.PersistentClass clazz,
org.hibernate.mapping.Property property,
IssueCollector collector)
|