public interface ParameterRegistry
CriteriaQuery
; this contract allows the various subcomponents to
register any parameters they contain.Modifier and Type | Method and Description |
---|---|
void |
registerParameter(ParameterExpression<?> parameter)
Registers the given parameter with this regitry.
|
void registerParameter(ParameterExpression<?> parameter)
parameter
- The parameter to register.Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.