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, resetExpectedType
public 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()
Parameter
getName
in interface Parameter
getName
in class AbstractParameterDescriptor
Copyright © 2021 JBoss by Red Hat. All rights reserved.