Package org.infinispan.query.dsl


package org.infinispan.query.dsl
Query DSL API. This API offers a fluent builder for the Ickle query string.

WARNING: Most classes in this package are deprecated although the package itself is not entirely deprecated yet. See deprecation note on QueryBuilder. Please do not use any of the deprecated methods or else you will experience difficulties in porting your code to the new query API that will be introduced by Infinispan 12.

Since:
6.0
Author:
anistor@redhat.com
Public API