Package org.hibernate.hql.spi
Interface PositionalParameterInformation
-
- All Superinterfaces:
ParameterInformation
public interface PositionalParameterInformation extends ParameterInformation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLabel()
-
Methods inherited from interface org.hibernate.hql.spi.ParameterInformation
addSourceLocation, getExpectedType, getSourceLocations, setExpectedType
-
-