Skip to content

v0.9.4

Compare
Choose a tag to compare
@babyfish-ct babyfish-ct released this 27 Oct 21:13
· 91 commits to main since this release

A new feature for save command is added.

By default, this key-only object is not id-only object, so it will be consider as long association and saved recursivly.

Now, save command support a new configuration:

setKeyOnlyAsReference(A::childNodes) or setKeyOnlyAsReferenceAll().

This configuration change the default behavior, consider key-only as short association, it will be only referenced, will not be saved.

Before refer key-only object, jimmer will execute an extra select statement to convert keys to ids, so QueryReason.KEY_ONLY_AS_REFERENCE is added.