net.sf.jpacriteria.parameter
Class Parameters

java.lang.Object
  extended by net.sf.jpacriteria.parameter.Parameters

public class Parameters
extends java.lang.Object

Version:
$Id: Parameters.java,v 1.4 2007/03/26 11:56:01 maxim_butov Exp $
Author:
Maxim Butov

Constructor Summary
Parameters()
           
 
Method Summary
static
<T> Parameter<T>
constant(T value)
           
static
<T> Parameter<T>
value(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameters

public Parameters()
Method Detail

value

public static <T> Parameter<T> value(T value)

constant

public static <T> Parameter<T> constant(T value)


Copyright © 2007. All Rights Reserved.