You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far not.
A JPA like auto incrementation is not present so far.
At the moment a default ID algorithm is used - UUIDs.
An ID logic would require a sequence store.
Could be implemented. If the demand is high, you could implemented it yourself and create a pull request.
On my end the need is not given (not involved so far in this project).
My idea:
A JPA like sequence generator per collection. Should kinda be easy. And not heavly impacting the perfomance if done right.
Do we have id auto increment?
The text was updated successfully, but these errors were encountered: