-
Notifications
You must be signed in to change notification settings - Fork 90
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
Hibernate Subselect Entity not supported by EntityMetamodelImpl #519
Labels
Comments
Hmm, this seems like a bug that should be fixed. Have to investigate what is happening here exactly. |
jwgmeligmeyling
added a commit
to jwgmeligmeyling/blaze-persistence
that referenced
this issue
Mar 1, 2018
…ed by EntityMetamodelImpl
jwgmeligmeyling
added a commit
to jwgmeligmeyling/blaze-persistence
that referenced
this issue
Mar 3, 2018
…ed by EntityMetamodelImpl
jwgmeligmeyling
added a commit
to jwgmeligmeyling/blaze-persistence
that referenced
this issue
Mar 3, 2018
jwgmeligmeyling
added a commit
to jwgmeligmeyling/blaze-persistence
that referenced
this issue
Mar 3, 2018
…ed by EntityMetamodelImpl
jwgmeligmeyling
added a commit
to jwgmeligmeyling/blaze-persistence
that referenced
this issue
Mar 3, 2018
jwgmeligmeyling
added a commit
to jwgmeligmeyling/blaze-persistence
that referenced
this issue
Mar 3, 2018
beikov
pushed a commit
to jwgmeligmeyling/blaze-persistence
that referenced
this issue
Mar 11, 2018
…ed by EntityMetamodelImpl
beikov
pushed a commit
to jwgmeligmeyling/blaze-persistence
that referenced
this issue
Mar 11, 2018
beikov
added a commit
to jwgmeligmeyling/blaze-persistence
that referenced
this issue
Mar 11, 2018
beikov
pushed a commit
to jwgmeligmeyling/blaze-persistence
that referenced
this issue
Mar 11, 2018
…ed by EntityMetamodelImpl
beikov
pushed a commit
to jwgmeligmeyling/blaze-persistence
that referenced
this issue
Mar 11, 2018
beikov
added a commit
to jwgmeligmeyling/blaze-persistence
that referenced
this issue
Mar 11, 2018
beikov
added a commit
that referenced
this issue
Mar 11, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After playing a bit with table functions (see also #181), I had the idea to experiment with mapping a
generate_series
query to an entity using the@Subselect
annotation. Find below the produced stack trace.A trivial work around is to wrap the query into to a view and map that instead. I am uncertain whether a fix for this is worthwhile, but it could perhaps be a step towards implementing table functions (#181).
Expected behavior
Actual behavior
Steps to reproduce
Environment
Version: 1.2.0.Alpha3
JPA-Provider: Hibernate 5.2.12
DBMS: PostgresSQL
Application Server: Wildfly
The text was updated successfully, but these errors were encountered: