How to enable bytecode enhancement for Hibernate with SBT?

117 Views Asked by At

I've seen that Hibernate bytecode enhancement can be done very easily with a Maven plugin: https://vladmihalcea.com/how-to-lazy-load-entity-properties-with-hibernate/

There's also a Gradle plugin for bytecode enhancement. Older versions of Hibernate had an ANT task.

But... how can I do it for an SBT project (Java Play, and Hibernate 5)?

0

There are 0 best solutions below