Skip to content

v0.9.49(Big Change)

Latest
Compare
Choose a tag to compare
@babyfish-ct babyfish-ct released this 06 Feb 05:59
  1. Support join fetch for reference association (one-to-one or many-to-one), and property-level configurations are supported by Output DTO.

    Development has been finished now, so documentation is not ready, short guide here

    9 built-in configurations: !fetchType, !where, !orderBy, !filter, !recursion, !limit, !offset, !batch, !depth

    The Antlr grammar for the AST of newest OutputDTO: https://github.com/babyfish-ct/jimmer/blob/main/project/jimmer-dto-compiler/src/main/antlr/org/babyfish/jimmer/dto/compiler/Dto.g4

  2. Global configuration jimmer.mutation-transaction-required, if it is true, any mutation operations without transaction context will report error.