接口 HibernateEntityManagerImplementor.QueryOptions
-
public static interface HibernateEntityManagerImplementor.QueryOptions
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static interfaceHibernateEntityManagerImplementor.QueryOptions.ResultMetadataValidator
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Map<String,Class>getNamedParameterExplicitTypes()Get the explicit parameter types.HibernateEntityManagerImplementor.QueryOptions.ResultMetadataValidatorgetResultMetadataValidator()List<ValueHandlerFactory.ValueHandler>getValueHandlers()Get the conversions for the individual tuples in the query results.
-
-
-
方法详细资料
-
getResultMetadataValidator
HibernateEntityManagerImplementor.QueryOptions.ResultMetadataValidator getResultMetadataValidator()
-
getValueHandlers
List<ValueHandlerFactory.ValueHandler> getValueHandlers()
Get the conversions for the individual tuples in the query results.- 返回:
- Value conversions to be applied to the JPA QL results
-
-