All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.babyfish.jimmer.sql.ast.mutation.SaveMode Maven / Gradle / Ivy

There is a newer version: 0.9.46
Show newest version
package org.babyfish.jimmer.sql.ast.mutation;

/**
 * Notes, this only affect root objects, not associated objects
 *
 * 

To control associated objects, please view {@link AssociatedSaveMode}

*/ public enum SaveMode { UPSERT, INSERT_ONLY, UPDATE_ONLY }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy