|
|||||||||
| Home >> All >> org >> hibernate >> [ param overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hibernate.param
Interface ExplicitParameterSpecification

- All Superinterfaces:
- ParameterSpecification
- All Known Implementing Classes:
- AbstractExplicitParameterSpecification
- public interface ExplicitParameterSpecification
- extends ParameterSpecification
An additional contract for parameters which originate from parameters explicitly encountered in the source statement (HQL or native-SQL).
| Method Summary | |
int |
getSourceColumn()
|
int |
getSourceLine()
|
| Methods inherited from interface org.hibernate.param.ParameterSpecification |
bind, getExpectedType, renderDisplayInfo, setExpectedType |
| Method Detail |
getSourceLine
public int getSourceLine()
getSourceColumn
public int getSourceColumn()
|
|||||||||
| Home >> All >> org >> hibernate >> [ param overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC