-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guide for Hibernate-reactive #18103
Comments
/cc @DavideD, @Sanne, @gavinking |
Where do we need to add the documentation for the extension? |
#17728 adds a guide for Hibernate Reactive Panache |
@DavideD I was looking for guide here: https://quarkus.io/guides/, and I assume most people will do the same. |
I think that the file Compare it: You can appreciate the preview: |
@Sanne is there any plans for a guide for Hibernate Reactive without Panache? |
yes sure, but it's still experimental. |
up - it's time to resolve this :) |
Co-authored-by: Guillaume Smet <[email protected]>
Description
The hibernate-reactive extension is now in a preview status, but lacks any guides, despite having serious differences from ordinary hibernate. Some kind of "getting started" guide for this would be beneficial, especially since asynchronous I/O is a "killer feature" of Quarkus.
Implementation ideas
This guide can be based on this one[1] but with addition of quarkus-specific things, eg getting EntityManagerFactory through dependency injection and not through Persistence.createEntityManagerFactory.
[1] http://hibernate.org/reactive/documentation/1.0/reference/html_single/
The text was updated successfully, but these errors were encountered: