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.


Method Summary
 void registerParameter(ParameterExpression<?> parameter)
          Registers the given parameter with this regitry.
 

Method Detail

registerParameter

void registerParameter(ParameterExpression<?> parameter)
Registers the given parameter with this regitry.

Parameters:
parameter - The parameter to register.


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.