Replies: 1 comment 4 replies
-
Yes, you can fetch a data subset. Also see https://persistence.blazebit.com/documentation/1.6/entity-view/manual/en_US/index.html#fetching-a-data-subset |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using blaze persistence framework with entityviews. Suppose I have enetity view like
And, based on search criteria, I would like to have all the data in the results or some part of data data - i.e. user without addresses if those are not to be displayed in the output. Is there a way to achieve that in the code? I am interesed in blaze persistence mostly but standard jpa/hibernate is also an option.
Beta Was this translation helpful? Give feedback.
All reactions