クラス QueryCacheKey

java.lang.Object
org.iplass.mtp.impl.entity.cache.QueryCacheKey

class QueryCacheKey extends Object
  • フィールドの概要

    フィールド
    修飾子とタイプ
    フィールド
    説明
    (package private) final boolean
     
    (package private) final Query
     
    (package private) final boolean
     
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
    QueryCacheKey(Query query, boolean returnStructuredEntity, boolean countOnly)
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    boolean
     
    int
     

    クラスから継承されたメソッド java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • フィールド詳細

    • returnStructuredEntity

      final boolean returnStructuredEntity
    • query

      final Query query
    • countOnly

      final boolean countOnly
  • コンストラクタの詳細

    • QueryCacheKey

      public QueryCacheKey(Query query, boolean returnStructuredEntity, boolean countOnly)
  • メソッドの詳細

    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 Object
    • equals

      public boolean equals(Object obj)
      オーバーライド:
      equals クラス内 Object