| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the type of the parameterpublic interface Parameter<T>
Type for query parameter objects.
Query, 
TypedQuery| Method Summary | |
|---|---|
 java.lang.String | 
getName()
Return the parameter name, or null if the parameter is not a named parameter or no name has been assigned.  | 
 java.lang.Class<T> | 
getParameterType()
Return the Java type of the parameter.  | 
 java.lang.Integer | 
getPosition()
Return the parameter position, or null if the parameter is not a positional parameter.  | 
| Method Detail | 
|---|
java.lang.String getName()
java.lang.Integer getPosition()
java.lang.Class<T> getParameterType()
IllegalStateException - if invoked on a parameter
         obtained from a Java persistence query language 
         query or native query when the implementation does 
         not support this use
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41