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

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

public class ConstantParameter<T>
extends ParameterImpl<T>

Version:
$Id: ConstantParameter.java,v 1.2 2007/03/26 11:56:00 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
ConstantParameter(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

ConstantParameter

public ConstantParameter(T value)
Method Detail

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.