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

org.infinispan.query.dsl.embedded.impl.EmbeddedQueryEngine Maven / Gradle / Ivy

The newest version!
package org.infinispan.query.dsl.embedded.impl;

import org.infinispan.AdvancedCache;
import org.infinispan.objectfilter.impl.ReflectionMatcher;

/**
 * @author [email protected]
 * @since 9.0
 */
public final class EmbeddedQueryEngine extends QueryEngine> {

   public EmbeddedQueryEngine(AdvancedCache cache, boolean isIndexed) {
      super(cache, isIndexed, ReflectionMatcher.class, null);
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy