com.mysema.query.types
Interface ParamExpression<T>

Type Parameters:
T - expression type
All Superinterfaces:
Expression<T>, Serializable
All Known Implementing Classes:
Param

public interface ParamExpression<T>
extends Expression<T>

ParamExpression defines named and unnamed parameters in queries

Author:
tiwe

Method Summary
 String getName()
          Get the name of the parameter
 String getNotSetMessage()
           
 boolean isAnon()
           
 
Methods inherited from interface com.mysema.query.types.Expression
accept, getType
 

Method Detail

getName

String getName()
Get the name of the parameter

Returns:

isAnon

boolean isAnon()
Returns:

getNotSetMessage

String getNotSetMessage()
Returns:


Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.