Skip to content

v0.12

Latest

Choose a tag to compare

@ykuwahara ykuwahara released this 29 Apr 01:42
· 10 commits to main since this release

What's Changed

  • feat: add columnDef and autoGenerateod to FieldMetadataModel
  • feat: add parentTypes to EntityMetadataModel
  • feat: add parentType to EntityMetadataModel
  • feat: add columnSize and decimalDigits to FieldMetadataModel
  • feat: add support for UUID
  • feat: add javaWrapperType property to metadata
  • feat: add support for extracting the auto-increment attribute into metadata
  • feat: add columnDef and autoGenerateod to FieldMetadataModel
  • fix: set the names in pom.xml
  • fix: correction to guide on switching from JAR execution to CP execution. (#21)
  • fix: modify the logic whether a field type is primitive
  • fix: modify data mapping from db to java
  • fix: modify the naming logic for the ManyToOne field
  • fix: adjust for H2
  • fix: adjust for H2
  • fix: modify to set default package to metadata
  • fix: SelfReferenceEntity field name (#19)
  • fix: modify for self ref joincolumn (#18)

New Contributors

Full Changelog: v0.11.1...v0.12