public final class HibernateChecker extends Object
| Constructor and Description |
|---|
HibernateChecker(org.hibernate.cfg.Configuration config,
boolean reportProblems,
boolean enableObservableCollections) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkDomuiMetadata() |
void |
enhanceMappings() |
int |
getBadBooleans() |
int |
getBadChildType() |
int |
getBadJoinColumn() |
int |
getBadOneToMany() |
int |
getBadOneToOne() |
int |
getDateErrors() |
int |
getDomuiMetaFatals() |
int |
getDupTables() |
int |
getEnumErrors() |
int |
getMissingColumn() |
int |
getMissingEntity() |
int |
getNotLazyLoadedFormula() |
void |
report() |
public HibernateChecker(org.hibernate.cfg.Configuration config,
boolean reportProblems,
boolean enableObservableCollections)
public void checkDomuiMetadata()
public void report()
public int getDomuiMetaFatals()
public int getMissingColumn()
public int getBadBooleans()
public int getMissingEntity()
public int getDateErrors()
public int getEnumErrors()
public int getBadOneToMany()
public int getBadChildType()
public int getDupTables()
public int getBadJoinColumn()
public int getBadOneToOne()
public int getNotLazyLoadedFormula()
Copyright © 2017 etc.to. All rights reserved.