This repository was archived by the owner on Nov 28, 2024. It is now read-only.
v0.0.3
Extensions In JDL Language
- Field Types: in addition to enums and basic types it allows other entities (and arrays of) as field type, this is useful for embedded fields which are not relations.
- Service: in addition to
serviceClassandserviceImplit allows configuring free text value asserviceNameto allow grouping multiple entities in a given service. Then it's up to each generator to generate an interface or just an implementation class.
Extensions In Parsed Result Object
- Adds annotation options to the entity object
- Adds
isEnum,isEntityandisArrayto entity fields