You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
JPA and Hibernate APIs can still be used and be useful without entities( query raw data and using native sql) but for now we don't support @Inject of JPA apis when no entities.
At the moment having to tell users to create a dummy entity to get access to a stateless session is pretty suboptimal :)
Implementation ideas
have a quarkus.jpa.enable=true|false|auto property to allow to set to true.