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

io.ebeaninternal.server.persist.dml.DmlMode Maven / Gradle / Ivy

There is a newer version: 15.6.0
Show newest version
package io.ebeaninternal.server.persist.dml;

/**
 * Used to indicate the part of DML being processed.
 */
public enum DmlMode {

  /**
   * The Insert SET.
   */
  INSERT,

  /**
   * The Update SET.
   */
  UPDATE,

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy