Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

v0.0.3

Choose a tag to compare

@ivangsa ivangsa released this 07 Jun 15:04
· 26 commits to main since this release
47644ba

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 serviceClass and serviceImpl it allows configuring free text value as serviceName to 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, isEntity and isArray to entity fields