Java javax.persistence Parameter fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence Parameter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence Parameter.

The text is from its open source code.

Subclass

javax.persistence.Parameter has subclasses.
Click this link to see all its subclasses.

Implementation

javax.persistence.Parameter has the following implementations.
Click this link to see all its implementation.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
StringgetName()
Return the parameter name, or null if the parameter is not a named parameter or no name has been assigned.
ClassgetParameterType()
Return the Java type of the parameter.
IntegergetPosition()
Return the parameter position, or null if the parameter is not a positional parameter.