Ron Smith
Ron Smith
Templates: MongoDB repository generated finders don't support a single return type, but don't warn
MongoDB-based generated finders don't support specifying a single object return type, but no warning or validation error is given. ``` @PersonDto findPersonBy(Long id); ``` See [Advanced Tutorial - Based on...
The *Base classes (e.g. PropertiesBase, HelperBase) are used in transformations and templates, but are implemented in Java, so cannot be overridden via the Sculptor extension mechanism. These classes were in...
If you try to override a method that is not overrideable (e.g. because the return type wasn't declared and is inferred) and call the next object in the override dispatch...
Download URL no longer works