public class NamedParameterDescriptor extends AbstractParameterDescriptor
Constructor and Description |
---|
NamedParameterDescriptor(java.lang.String name,
Type expectedType,
int[] sourceLocations)
Constructs a NamedParameterDescriptor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName() |
int |
hashCode() |
getExpectedType, getHibernateType, getParameterType, getPosition, getSourceLocations, resetExpectedType
public NamedParameterDescriptor(java.lang.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 java.lang.String getName()
getName
in interface javax.persistence.Parameter
getName
in class AbstractParameterDescriptor
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.