-Sometimes your schemas aren't perfect, and new features will introduce new fields in existing schemas. You may have even inserted code into the generated data model. If `presilo` finds an existing code file when generating from a schema, it will try to merge its changes into the new file. This merge will first find-and-replace variable- and class-names in the generated file. If there are getters or setters for a variable that has been renamed, the old ones will be deleted wholesale. Then it will rewrite methods that would be created by it (getters, setters, and constructors, mainly). All other code / comments are left unchanged.
0 commit comments