org.hibernate.engine.query
Class OrdinalParameterDescriptor
java.lang.Object
org.hibernate.engine.query.OrdinalParameterDescriptor
- All Implemented Interfaces:
- Serializable
public class OrdinalParameterDescriptor
- extends Object
- implements Serializable
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrdinalParameterDescriptor
public OrdinalParameterDescriptor(int ordinalPosition,
Type expectedType,
int sourceLocation)
getOrdinalPosition
public int getOrdinalPosition()
getExpectedType
public Type getExpectedType()
getSourceLocation
public int getSourceLocation()