Class QueryKey

java.lang.Object
org.hibernate.cache.spi.QueryKey
All Implemented Interfaces:
Serializable

public class QueryKey extends Object implements Serializable

Description: 分页缓存

Author:
: gengwei.zheng
See Also:
Date:
: 2023/1/1 21:13
  • Constructor Details

  • Method Details

    • from

      public static QueryKey from(String sqlQueryString, org.hibernate.query.spi.Limit limit, org.hibernate.query.spi.QueryParameterBindings parameterBindings, org.hibernate.engine.spi.SharedSessionContractImplementor session)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object