mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
HHH-8558 - Bytecode enhancer: lazy loading support - checkstyle fix
This commit is contained in:
parent
ae070f32c9
commit
83f4d4b81d
@ -485,7 +485,8 @@ protected void dirtyCheck(final FlushEntityEvent event) throws HibernateExceptio
|
||||
if ( entity instanceof SelfDirtinessTracker ) {
|
||||
if ( ( (SelfDirtinessTracker) entity ).$$_hibernate_hasDirtyAttributes() ) {
|
||||
dirtyProperties = persister.resolveAttributeIndexes( ( (SelfDirtinessTracker) entity ).$$_hibernate_getDirtyAttributes() );
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
dirtyProperties = new int[0];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user