org.infinispan.query.dsl.embedded.impl.EmbeddedQueryEngine Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-embedded-query
Show all versions of infinispan-embedded-query
Infinispan Embedded Query All-in-One module
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