public interface ExplicitParameterSpecification extends ParameterSpecification
An additional contract for parameters which originate from parameters explicitly encountered in the source statement (HQL or native-SQL).
Modifier and Type | Method and Description |
---|---|
int |
getSourceColumn()
Retrieves the column number (within the
getSourceLine() ) where this parameter occurs. |
int |
getSourceLine()
Retrieves the line number on which this parameter occurs in the source query.
|
getExpectedType, renderDisplayInfo, setExpectedType
bind
int getSourceLine()
Retrieves the line number on which this parameter occurs in the source query.
int getSourceColumn()
Retrieves the column number (within the getSourceLine()
) where this parameter occurs.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.