Package org.apache.openjpa.kernel.exps
Interface Constant
- All Known Implementing Classes:
CollectionParam
,Lit
,Null
,Param
,TypeLit
public interface Constant
Interface for any query constant value.
- Author:
- Marc Prud'hommeaux
-
Method Summary
-
Method Details
-
getValue
Return the value for this constant given the specified parameters.
-