接口的使用
org.hibernate.engine.query.spi.NativeQueryInterpreter
-
使用NativeQueryInterpreter的程序包 程序包 说明 org.hibernate.engine.query.internal org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queries -
-
org.hibernate.engine.query.internal中NativeQueryInterpreter的使用
实现NativeQueryInterpreter的org.hibernate.engine.query.internal中的类 修饰符和类型 类 说明 classNativeQueryInterpreterStandardImpl -
org.hibernate.engine.query.spi中NativeQueryInterpreter的使用
返回NativeQueryInterpreter的org.hibernate.engine.query.spi中的方法 修饰符和类型 方法 说明 NativeQueryInterpreterQueryPlanCache. getNativeQueryInterpreter()NativeQueryInterpreterNativeQueryInterpreterInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)NativeQueryInterpreterNativeQueryInterpreterInitiator. initiateService(SessionFactoryServiceInitiatorContext context)返回变量类型为NativeQueryInterpreter的类型的org.hibernate.engine.query.spi中的方法 修饰符和类型 方法 说明 Class<NativeQueryInterpreter>NativeQueryInterpreterInitiator. getServiceInitiated()
-