public class NamedParameterDescriptor extends AbstractParameterDescriptor
| Constructor and Description |
|---|
NamedParameterDescriptor(String name,
Type expectedType,
int[] sourceLocations)
Constructs a NamedParameterDescriptor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Return the parameter name, or null if the parameter is
not a named parameter or no name has been assigned.
|
int |
hashCode() |
getExpectedType, getHibernateType, getParameterType, getPosition, getSourceLocations, resetExpectedTypepublic NamedParameterDescriptor(String name, Type expectedType, int[] sourceLocations)
name - The name of the parameterexpectedType - The expected type of the parameter, according to the translatorsourceLocations - The locations of the named parameters (aye aye aye)public String getName()
ParametergetName in interface ParametergetName in class AbstractParameterDescriptorCopyright © 2019 JBoss by Red Hat. All rights reserved.