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

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

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

import io.ebean.InsertOptions;

/**
 * Generator for insert SQL with options.
 */
interface InsertMetaOptions {

  /**
   * Generate the SQL for the given insert options.
   */
  String sql(boolean withId, InsertOptions insertOptions);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy