org.hibernate.param
Class AbstractExplicitParameterSpecification
java.lang.Object
org.hibernate.param.AbstractExplicitParameterSpecification
- All Implemented Interfaces:
- ExplicitParameterSpecification, ParameterSpecification
- Direct Known Subclasses:
- NamedParameterSpecification, PositionalParameterSpecification
- public abstract class AbstractExplicitParameterSpecification
- extends Object
- implements ExplicitParameterSpecification
Convenience base class for explicitly defined query parameters.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractExplicitParameterSpecification
protected AbstractExplicitParameterSpecification(int sourceLine,
int sourceColumn)
getSourceLine
public int getSourceLine()
- Specified by:
getSourceLine
in interface ExplicitParameterSpecification
getSourceColumn
public int getSourceColumn()
- Specified by:
getSourceColumn
in interface ExplicitParameterSpecification
getExpectedType
public Type getExpectedType()
- Specified by:
getExpectedType
in interface ParameterSpecification
setExpectedType
public void setExpectedType(Type expectedType)
- Specified by:
setExpectedType
in interface ParameterSpecification