类的使用
org.hibernate.engine.query.spi.NativeSQLQueryPlan
-
使用NativeSQLQueryPlan的程序包 程序包 说明 org.hibernate.engine.query.internal org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.engine.query.internal中NativeSQLQueryPlan的使用
返回NativeSQLQueryPlan的org.hibernate.engine.query.internal中的方法 修饰符和类型 方法 说明 NativeSQLQueryPlanNativeQueryInterpreterStandardImpl. createQueryPlan(NativeSQLQuerySpecification specification, SessionFactoryImplementor sessionFactory) -
org.hibernate.engine.query.spi中NativeSQLQueryPlan的使用
返回NativeSQLQueryPlan的org.hibernate.engine.query.spi中的方法 修饰符和类型 方法 说明 NativeSQLQueryPlanNativeQueryInterpreter. createQueryPlan(NativeSQLQuerySpecification specification, SessionFactoryImplementor sessionFactory)Creates a new query plan for the specified native query.NativeSQLQueryPlanQueryPlanCache. getNativeSQLQueryPlan(NativeSQLQuerySpecification spec)Get the query plan for a native SQL query, creating it and caching it if not already cached -
org.hibernate.internal中NativeSQLQueryPlan的使用
返回NativeSQLQueryPlan的org.hibernate.internal中的方法 修饰符和类型 方法 说明 protected NativeSQLQueryPlanAbstractSharedSessionContract. getNativeQueryPlan(NativeSQLQuerySpecification spec)
-