public abstract class AbstractParameterDescriptor extends java.lang.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.
|
java.lang.String |
getName() |
java.lang.Class |
getParameterType() |
java.lang.Integer |
getPosition() |
int[] |
getSourceLocations() |
void |
resetExpectedType(Type expectedType) |
public AbstractParameterDescriptor(int[] sourceLocations, Type expectedType)
public java.lang.String getName()
getName
in interface javax.persistence.Parameter
public java.lang.Integer getPosition()
getPosition
in interface javax.persistence.Parameter
public java.lang.Class getParameterType()
getParameterType
in interface javax.persistence.Parameter
public Type getHibernateType()
QueryParameter
getHibernateType
in interface QueryParameter
public int[] getSourceLocations()
getSourceLocations
in interface QueryParameter
public Type getExpectedType()
public void resetExpectedType(Type expectedType)
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.