Class CacheIdLookupSingle<T>

java.lang.Object
io.ebeaninternal.api.CacheIdLookupSingle<T>
All Implemented Interfaces:
CacheIdLookup<T>

public final class CacheIdLookupSingle<T> extends Object implements CacheIdLookup<T>
Used for bean cache lookup with a single id value.
  • Constructor Details

    • CacheIdLookupSingle

      public CacheIdLookupSingle(Object idValue)
  • Method Details