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
..
src HHH-12858 + HHH-13432 Persistence.createEntityManagerFactory(Map) should allow overwriting jta-data-source of persistence.xml 2020-01-07 14:06:41 -08:00
.gitignore Include a new .gitignore file for tooling/hibernate-gradle-plugin as it's generated by Eclipse 2015-03-10 12:47:55 -04:00
README.md HHH-9809 - Improve Hibernate Gradle plugin 2015-05-21 00:24:56 -05:00
hibernate-gradle-plugin.gradle HHH-12190 - General tidying of Gradle scripts 2018-01-16 14:34:43 -06:00

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