public interface

ExplicitParameterSpecification

implements ParameterSpecification
org.hibernate.param.ExplicitParameterSpecification
Known Indirect Subclasses

Class Overview

An additional contract for parameters which originate from parameters explicitly encountered in the source statement (HQL or native-SQL).

Summary

Public Methods
abstract int getSourceColumn()
Retrieves the column number (within the getSourceLine()) where this parameter occurs.
abstract int getSourceLine()
Retrieves the line number on which this parameter occurs in the source query.
[Expand]
Inherited Methods
From interface org.hibernate.param.ParameterSpecification

Public Methods

public abstract int getSourceColumn ()

Retrieves the column number (within the getSourceLine()) where this parameter occurs.

Returns
  • The column number.

public abstract int getSourceLine ()

Retrieves the line number on which this parameter occurs in the source query.

Returns
  • The line number.