org.hibernate.hql.ast

Class ParameterTranslationsImpl.ParameterInfo

Enclosing Class:
ParameterTranslationsImpl
Implemented Interfaces:
Serializable

public static class ParameterTranslationsImpl.ParameterInfo
extends java.lang.Object
implements Serializable

Constructor Summary

ParameterInfo(int sqlPosition, Type expectedType)
ParameterInfo(int[] sqlPositions, Type expectedType)

Method Summary

Type
getExpectedType()
int[]
getSqlLocations()

Constructor Details

ParameterInfo

public ParameterInfo(int sqlPosition,
                     Type expectedType)

ParameterInfo

public ParameterInfo(int[] sqlPositions,
                     Type expectedType)

Method Details

getExpectedType

public Type getExpectedType()

getSqlLocations

public int[] getSqlLocations()