The following hints are required to run jpa with hibernate. ```json { "interfaces": [ "org.hibernate.SessionFactory", "org.springframework.orm.jpa.EntityManagerFactoryInfo" ] }, { "interfaces": [ "org.hibernate.Session", "org.springframework.orm.jpa.EntityManagerProxy" ] } ``` See: [spring-aot-smoke-tests#113](https://github.com/spring-projects/spring-aot-smoke-tests/pull/113/files#diff-7ef71cf1c606f367db61256ab78fcda4d1ae5acc1b54ad93439c97fcf25a274f)