hibernate-orm/tooling/hibernate-gradle-plugin
Steve Ebersole 7eb0911fd6 HHH-12858 + HHH-13432 Persistence.createEntityManagerFactory(Map) should allow overwriting jta-data-source of persistence.xml
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
2020-01-07 14:06:41 -08:00
..

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