Skip to content
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

JPA 2.2, stream support, JPA UUID LIKE operations #5

Merged
merged 7 commits into from
Mar 20, 2020

Conversation

gpor0
Copy link
Member

@gpor0 gpor0 commented Sep 16, 2019

Here comes streams support for kumuluzee-rest with help of JPA 2.2. This approach is needed to achieve better reactive programming pattern. Additional fixes supports LIKE SQL operations on UUID fields. This feature needs further testing & review therefore its status is WIP.

@gpor0
Copy link
Member Author

gpor0 commented Oct 20, 2019

Hibernate has problems when returning entity stream if other queries are executed in the meantime of current stream is being opened. This should be marked as a known issue. Seems like when transaction is active everything works ok.
The object is already closed [90007-192] org.hibernate.exception.GenericJDBCException: could not advance using next()

@jmezna jmezna marked this pull request as ready for review January 30, 2020 09:10
@jmezna jmezna requested a review from osbeorn January 30, 2020 09:10
@jmezna jmezna merged commit 928833f into kumuluz:master Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants