storympro

Results 4 comments of storympro

> > there will be an error when inserting the field. > > Stacktrace please if I added @ Serialized. The name and description are empty, but the values ​​are...

I have a large program written with jimmer and I have encountered various situations, but jimmer does not need what you wrote. Everything works there with inserting nested elements. Check...

You need to understand how databases work, jimmer is a wrapper that syncs with your database settings and allows you to easily interact with them. If you can't design the...

You are saving incorrectly. It is done through Draft.$ ... https://babyfish-ct.github.io/jimmer-doc/docs/mutation/save-command/input-dto/null-handling/#null-related-issues-in-data-input Filling in the ID is optional even if it is "long"