org.hibernate.hql.ast
Class ParameterTranslationsImpl.ParameterInfo
java.lang.Object
org.hibernate.hql.ast.ParameterTranslationsImpl.ParameterInfo
- ParameterTranslationsImpl
- Serializable
public static class ParameterTranslationsImpl.ParameterInfo
extends java.lang.Object
implements Serializable
ParameterInfo
public ParameterInfo(int sqlPosition,
Type expectedType)
ParameterInfo
public ParameterInfo(int[] sqlPositions,
Type expectedType)
getExpectedType
public Type getExpectedType()
getSqlLocations
public int[] getSqlLocations()