Replies: 1 comment 7 replies
-
Well you can't overwrite the |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just want to extends from
model
without defining the@Uid
field in the entities since it will be auto generated.My used framework quarkus has already a buildin uid feature so I wouldn't need to install another package.
See
https://quasar.dev/quasar-utils/other-utils#uid-generate-uid
https://github.com/quasarframework/quasar/blob/dev/ui/src/utils/uid/uid.js
Beta Was this translation helpful? Give feedback.
All reactions