The following hints are required to run jpa with hibernate.
{
"interfaces": [
"org.hibernate.SessionFactory",
"org.springframework.orm.jpa.EntityManagerFactoryInfo"
]
},
{
"interfaces": [
"org.hibernate.Session",
"org.springframework.orm.jpa.EntityManagerProxy"
]
}
See: spring-aot-smoke-tests#113
The following hints are required to run jpa with hibernate.
{ "interfaces": [ "org.hibernate.SessionFactory", "org.springframework.orm.jpa.EntityManagerFactoryInfo" ] }, { "interfaces": [ "org.hibernate.Session", "org.springframework.orm.jpa.EntityManagerProxy" ] }See: spring-aot-smoke-tests#113