Uses of Interface
org.infinispan.query.dsl.ParameterContext
-
Packages that use ParameterContext Package Description org.infinispan.query.dsl Query DSL API.org.infinispan.query.dsl.impl Query builder DSL implementation for Ickle (a JP-QL subset). -
-
Uses of ParameterContext in org.infinispan.query.dsl
Classes in org.infinispan.query.dsl with type parameters of type ParameterContext Modifier and Type Interface Description interfaceParameterContext<Context extends ParameterContext>Deprecated.since 10.1.Subinterfaces of ParameterContext in org.infinispan.query.dsl Modifier and Type Interface Description interfaceQuery<T>An immutable object representing both the query and the result. -
Uses of ParameterContext in org.infinispan.query.dsl.impl
Classes in org.infinispan.query.dsl.impl that implement ParameterContext Modifier and Type Class Description classBaseQuery<T>
-