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() |
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)Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.