Minor
- Add time monitoring for the JPA or Hibernate
Query
execution - Check if the JPA
LockModeType.OPTIMISTIC
lock strategy is used withLockModeType.PESSIMISTIC_READ
orLockModeType.PESSIMISTIC_WRITE
- When using PostgreSQL, check whether
reWriteBatchedInserts
is activated - Remove deprecated methods in
EntityMappingEvent
,ChainEventHandler
, andQueryResultListSizeEvent
- Check also the
JdbcConnection
getProperties
when scanning the MySQL JDBCConnection
- Add support for verifying
equals
andhashCode
entity method implementations when calling persist - Add support for verifying
equals
andhashCode
entity method implementations when calling merge - Add support for verifying
equals
andhashCode
entity method implementations when calling save and saveOrUpdate - Add support for Hibernate 5.6