org.hibernate.engine.query.spi
Class OrdinalParameterDescriptor
java.lang.Object
org.hibernate.engine.query.spi.OrdinalParameterDescriptor
- All Implemented Interfaces:
- Serializable
public class OrdinalParameterDescriptor
- extends Object
- implements Serializable
- 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()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.