接口 ParameterRegistry
-
public interface ParameterRegistryA registry for parameters. In criteria queries, parameters must be actively seeked out as expressions and predicates are added to theCriteriaQuery; this contract allows the various subcomponents to register any parameters they contain.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidregisterParameter(javax.persistence.criteria.ParameterExpression<?> parameter)Registers the given parameter with this regitry.
-