vladmihalcea / hypersistence-optimizer

Hypersistence Optimizer allows you to get the most out of JPA and Hibernate. By scanning your application configuration and mappings, Hypersistence Optimizer can tell you what changes you need to do to speed up your data access layer.
https://vladmihalcea.com/hypersistence-optimizer/
Apache License 2.0
306 stars 43 forks source link

Remove deprecated methods in EntityMappingEvent, ChainEventHandler, and QueryResultListSizeEvent #150

Closed vladmihalcea closed 2 years ago

vladmihalcea commented 3 years ago

There are several deprecated methods that should be removed, and since a major version is reserved for significant code changes, I'm going to use the minor releases to remove those methods periodically and clean up the codebase.

There will always be a period of time in which you can migrate to the alternative methods that supersede the deprecated ones, so there's nothing to worry about.

vladmihalcea commented 2 years ago

Fixed.