接口的使用
org.hibernate.hql.spi.ParameterTranslations
-
使用ParameterTranslations的程序包 程序包 说明 org.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language.org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed.org.hibernate.hql.spi -
-
org.hibernate.hql.internal.ast中ParameterTranslations的使用
实现ParameterTranslations的org.hibernate.hql.internal.ast中的类 修饰符和类型 类 说明 classParameterTranslationsImplDefines the information available for parameters encountered during query translation through the antlr-based parser.返回ParameterTranslations的org.hibernate.hql.internal.ast中的方法 修饰符和类型 方法 说明 ParameterTranslationsQueryTranslatorImpl. getParameterTranslations() -
org.hibernate.hql.internal.classic中ParameterTranslations的使用
返回ParameterTranslations的org.hibernate.hql.internal.classic中的方法 修饰符和类型 方法 说明 ParameterTranslationsQueryTranslatorImpl. getParameterTranslations() -
org.hibernate.hql.spi中ParameterTranslations的使用
返回ParameterTranslations的org.hibernate.hql.spi中的方法 修饰符和类型 方法 说明 ParameterTranslationsQueryTranslator. getParameterTranslations()Return information about any parameters encountered during translation.
-