org.hibernate.ejb.criteria
Interface ParameterRegistry
- public interface ParameterRegistry 
A registry for parameters.  In criteria queries, parameters must be actively seeked out as expressions and predicates
 are added to the CriteriaQuery; this contract allows the various subcomponents to
 register any parameters they contain.
- Author:
- Steve Ebersole
 
registerParameter
void registerParameter(javax.persistence.criteria.ParameterExpression<?> parameter)
- Registers the given parameter with this regitry.
 
- 
- Parameters:
- parameter- The parameter to register.
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.