程序包 org.babyfish.jimmer.sql.ast.impl.mutation
package org.babyfish.jimmer.sql.ast.impl.mutation
-
类说明EntitySet<E>Jimmer's save command supports upsert operations and tries to leverage the database's native upsert capabilities whenever possible, rather than executing an additional select statement to determine whether the subsequent operation should be an insert or update.