程序包 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.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`