接口 QueryParameter<T>
-
- 所有超级接口:
javax.persistence.Parameter<T>
- 所有已知子接口:
ParameterRegistration<T>,ParameterRegistrationImplementor<T>,ProcedureParameter<T>,ProcedureParameterImplementor<T>
- 所有已知实现类:
AbstractParameterDescriptor,NamedParameterDescriptor,OrdinalParameterDescriptor,ProcedureParameterImpl,QueryParameterImpl,QueryParameterNamedImpl
public interface QueryParameter<T> extends javax.persistence.Parameter<T>NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 TypegetHibernateType()Get the Hibernate Type associated with this parameter.int[]getSourceLocations()
-
-
-
方法详细资料
-
getHibernateType
Type getHibernateType()
Get the Hibernate Type associated with this parameter.- 返回:
- The Hibernate Type.
-
getSourceLocations
int[] getSourceLocations()
-
-