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

com.avaje.ebeaninternal.api.CQueryPlanKey Maven / Gradle / Ivy

There is a newer version: 8.1.1
Show newest version
package com.avaje.ebeaninternal.api;

/**
 * Key used for caching query plans for ORM and RawSql queries.
 */
public interface CQueryPlanKey {

  /**
   * Used by read audit such that we can log read audit entries without the full sql
   * (which would make the read audit logs verbose).
   */
  String getPartialKey();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy