Package org.hibernate.query
Interface QueryParameter<T>
-
- All Superinterfaces:
Parameter<T>
- All Known Subinterfaces:
ParameterRegistration<T>
,ParameterRegistrationImplementor<T>
,ProcedureParameter<T>
,ProcedureParameterImplementor<T>
- All Known Implementing Classes:
AbstractParameterDescriptor
,NamedParameterDescriptor
,OrdinalParameterDescriptor
public interface QueryParameter<T> extends Parameter<T>
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Type
getHibernateType()
Get the Hibernate Type associated with this parameter.int[]
getSourceLocations()
-
Methods inherited from interface javax.persistence.Parameter
getName, getParameterType, getPosition
-
-
-
-
Method Detail
-
getHibernateType
Type getHibernateType()
Get the Hibernate Type associated with this parameter.- Returns:
- The Hibernate Type.
-
getSourceLocations
int[] getSourceLocations()
-
-