io.ebeaninternal.api.BindValuesKey Maven / Gradle / Ivy
package io.ebeaninternal.api;
import java.util.ArrayList;
import java.util.List;
/**
* BindValues used for L2 query cache key matching.
*
* The equals/hashCode implementation must meet the requirement that the query bind values
* match for L2 query cache hit (given the query plan hash is already a match).
*/
public final class BindValuesKey {
private final List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy