net.sf.jpacriteria.parameter
Class VariableParameter<T>

java.lang.Object
  extended by net.sf.jpacriteria.parameter.ParameterImpl<T>
      extended by net.sf.jpacriteria.parameter.VariableParameter<T>
All Implemented Interfaces:
java.io.Serializable, CriteriaBlock, Parameter<T>

public class VariableParameter<T>
extends ParameterImpl<T>

Version:
$Id: VariableParameter.java,v 1.6 2007/04/04 22:44:41 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
VariableParameter(T value)
           
 
Method Summary
 void build(CriteriaBuffer buffer)
           
 
Methods inherited from class net.sf.jpacriteria.parameter.ParameterImpl
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableParameter

public VariableParameter(T value)
Method Detail

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.