Bernardo-MG / jpa-example

An example showing how to set up and test JPA classes.
MIT License
0 stars 0 forks source link

Fix Hibernate test environment #11

Closed Bernardo-MG closed 5 years ago

Bernardo-MG commented 7 years ago

Hibernate breaks some tests, which have been disabled. Fix this and enable it back.

Bernardo-MG commented 6 years ago

One of the errors:

Caused by: org.hibernate.cfg.NotYetImplementedException: Calendar cannot persist TIME onlycom.wandrell.example.jpa.model.temporal.TimeEntity.calendar
Bernardo-MG commented 5 years ago

Replaced by #19