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
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Because now all the property values are implicitly required when writing to a database service
If a property is NULL, an exception is thrown from ValueParser class:
throw new RuntimeException("No object was given for the " + field.getAnnotation(Type.Property.class).name() + " type property");
The text was updated successfully, but these errors were encountered: