Skip to content

Commit c938346

Browse files
diegolovisongavinking
authored andcommitted
Add @OverRide to includeEntityProperty
Add @OverRide to includeEntityProperty
1 parent 13834c6 commit c938346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/main/java/org/hibernate/event/internal/DirtyCollectionSearchVisitor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ else if ( interceptor == null || interceptor.isAttributeLoaded( type.getName() )
7474
return null;
7575
}
7676

77+
@Override
7778
boolean includeEntityProperty(Object[] values, int i) {
7879
return propertyVersionability[i] && super.includeEntityProperty( values, i );
7980
}

0 commit comments

Comments
 (0)