|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.errai.jpa.client.local.ErraiParameter<T>
public class ErraiParameter<T>
Method Summary | |
---|---|
String |
getName()
Return the parameter name, or null if the parameter is not a named parameter or no name has been assigned. |
Class<T> |
getParameterType()
Return the Java type of the parameter. |
Integer |
getPosition()
Return the parameter position, or null if the parameter is not a positional parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
javax.persistence.Parameter
getName
in interface javax.persistence.Parameter<T>
public Integer getPosition()
javax.persistence.Parameter
getPosition
in interface javax.persistence.Parameter<T>
public Class<T> getParameterType()
javax.persistence.Parameter
getParameterType
in interface javax.persistence.Parameter<T>
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |