Move Hibernate SessionFactory to JPA EntityManager
GENERAL
TESTING
GENERAL
TESTING
Description
is depended on by
is related to
Activity
Show:
Earle Nietzel July 10, 2018 at 10:48 AM
Yeah this change is not suited for inclusion to 12.x as tools will need to be regression tested.
Those tools that have unit tests around their persistence (i.e. assignments) will fair better!

Sam Ottenhoff May 25, 2018 at 3:32 PM
@earle ?

Sam Ottenhoff May 21, 2018 at 1:49 PM
Earle is this ready to merge into 12.x?
Fixed
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee
Reporter
Labels
Created February 7, 2018 at 2:51 PM
Updated August 2, 2024 at 2:11 PM
Resolved February 9, 2018 at 8:53 AM
Sakai has always used hibernate directly to configure a session factory and a transaction manager. We should look at moving to JPA's EntityManager as this is the general direction for projects using these technologies. In doing so this allows the use of spring-data-jpa.