public abstract class AbstractParameterDescriptor extends Object implements QueryParameter
| Constructor and Description | 
|---|
AbstractParameterDescriptor(int[] sourceLocations,
                           Type expectedType)  | 
| Modifier and Type | Method and Description | 
|---|---|
Type | 
getExpectedType()  | 
Type | 
getHibernateType()
Get the Hibernate Type associated with this parameter. 
 | 
String | 
getName()  | 
Class | 
getParameterType()  | 
Integer | 
getPosition()  | 
int[] | 
getSourceLocations()  | 
void | 
resetExpectedType(Type expectedType)  | 
public AbstractParameterDescriptor(int[] sourceLocations,
                                   Type expectedType)
public Integer getPosition()
getPosition in interface Parameterpublic Class getParameterType()
getParameterType in interface Parameterpublic Type getHibernateType()
QueryParametergetHibernateType in interface QueryParameterpublic int[] getSourceLocations()
getSourceLocations in interface QueryParameterpublic Type getExpectedType()
public void resetExpectedType(Type expectedType)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.