org.hibernate.hql.ast
Class ParameterTranslationsImpl.ParameterInfo
java.lang.Object
org.hibernate.hql.ast.ParameterTranslationsImpl.ParameterInfo
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ParameterTranslationsImpl
public static class ParameterTranslationsImpl.ParameterInfo
- 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 |
ParameterTranslationsImpl.ParameterInfo
public ParameterTranslationsImpl.ParameterInfo(int[] sqlPositions,
Type expectedType)
ParameterTranslationsImpl.ParameterInfo
public ParameterTranslationsImpl.ParameterInfo(int sqlPosition,
Type expectedType)
getSqlLocations
public int[] getSqlLocations()
getExpectedType
public Type getExpectedType()