站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

ExplicitParameterSpecification (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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).

Author:
Steve Ebersole

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()