7eb0911fd6
HHH-12858 - integration overrides during JPA bootstrap ought to override all logically related settings - e.g. a datasource passed in the integration overrides map ought to effectively override JDBC-connection settings in `persistence.xml` (and vice-versa) HHH-13432 - Have EntityManagerFactory expose persistence.xml `jta-data-source` element as a `javax.persistence.nonJtaDataSource` property |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
hibernate-gradle-plugin.gradle |
README.md
Defines a Gradle plugin for introducing Hibernate specific tasks and capabilities into and end-user build.
Currently the only capability added is for bytecode enhancement of the user domain model, although other capabilities are planned.
todo : usage