Example usage for Java javax.persistence Parameter fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
String | getName() Return the parameter name, or null if the parameter is not a named parameter or no name has been assigned. |
Class | getParameterType() Return the Java type of the parameter. |
Integer | getPosition() Return the parameter position, or null if the parameter is not a positional parameter. |