7 Rules
| ID | Name | Severity |
|---|---|---|
| 1045000 | Lazy fetching should be used for Hibernate collection |
high
|
| 1045002 | Avoid Hibernate Entity with 'select-before-update' set to true if not associated to table that fires an UPDATE trigger |
high
|
| 1045004 | Avoid UPDATE trigger firing when not necessary |
high
|
| 1045006 | Never use an array to map Hibernate collection |
high
|
| 1045008 | Avoid non serializable Entity beans |
medium
|
| 1045010 | Prefer using version number instead of timestamp for Hibernate Entity |
medium
|
| 1045012 | Avoid public/protected setter for the generated identifier field |
medium
|