程序包 org.babyfish.jimmer.sql
package org.babyfish.jimmer.sql
-
类说明DraftHandler<D extends org.babyfish.jimmer.Draft,
E> ComplexerDraftInterceptor, before saving draft, query the original entity with `id`, `key` and other properties returned byDraftHandler.dependencies()DraftInterceptor<D extends org.babyfish.jimmer.Draft>SimplerDraftHandler, it will not query original data, only tell you whether the current operation is insert.This annotation is only required by java, not kotlin.To be absolutely cache friendly, all query methods like "find...ById(s)" of this class ignore the global filters.TransientResolver<ID,V> Only for java, kotlin developers should use `KTransientResolver`