dkpro-uby
dkpro-uby copied to clipboard
Allow for changing hibernate settings
So far, the UBY connection hardcodes some connection properties of Hibernate which cannot
be changed when using the API. This particularly holds for the "hibernate.hbm2ddl.auto"
property, which is statically set to "update", altough this - at most - makes
sense when first accessing the database. For a productive environment in which the
database does not change anymore, validating or updating is pointless and maybe even
harmful.
The UBY class or DBConfig class should provide a possibility to overwrite the hardcoded
properties.
Original issue reported on code.google.com by chmeyer.de
on 2013-08-07 08:08:00
Validating is usually a good idea, but updating in a production system is not.
Original issue reported on code.google.com by richard.eckart
on 2013-08-07 08:09:17
(No text was entered with this change)
Original issue reported on code.google.com by eckle.kohler
on 2014-06-07 13:46:36
- Labels added: Milestone-0.6.0
(No text was entered with this change)
Original issue reported on code.google.com by eckle.kohler
on 2014-06-07 13:51:28
(No text was entered with this change)
Original issue reported on code.google.com by eckle.kohler
on 2014-10-09 17:21:13
(No text was entered with this change)
Original issue reported on code.google.com by eckle.kohler
on 2014-10-30 16:13:28
- Labels added: Milestone-0.7.0
- Labels removed: Milestone-0.6.0
(No text was entered with this change)
Original issue reported on code.google.com by chmeyer.de
on 2015-04-10 08:57:50
- Labels added: Milestone-0.8.0
- Labels removed: Milestone-0.7.0