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

io.ebean.bean.PreGetterCallback Maven / Gradle / Ivy

package io.ebean.bean;

/**
 * A callback that can be registered to fire on getter method calls.
 * It's primary purpose is to automatically flush JDBC batch buffer.
 */
public interface PreGetterCallback {

  /**
   * Trigger the callback.
   */
  void preGetterTrigger();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy