接口的使用
org.hibernate.loader.custom.CustomQuery
-
使用CustomQuery的程序包 程序包 说明 org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQLorg.hibernate.loader.custom.sql -
-
org.hibernate.engine.query.spi中CustomQuery的使用
返回CustomQuery的org.hibernate.engine.query.spi中的方法 修饰符和类型 方法 说明 CustomQueryNativeSQLQueryPlan. getCustomQuery()参数类型为CustomQuery的org.hibernate.engine.query.spi中的方法 修饰符和类型 方法 说明 default CustomLoaderNativeQueryInterpreter. createCustomLoader(CustomQuery customQuery, SessionFactoryImplementor sessionFactory)已过时。This method will be removed in 6.参数类型为CustomQuery的org.hibernate.engine.query.spi中的构造器 构造器 说明 NativeSQLQueryPlan(String sourceQuery, CustomQuery customQuery)Constructs a NativeSQLQueryPlan. -
org.hibernate.engine.spi中CustomQuery的使用
参数类型为CustomQuery的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 ListSessionDelegatorBaseImpl. listCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)ListSharedSessionContractImplementor. listCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)Execute an SQL QueryScrollableResultsImplementorSessionDelegatorBaseImpl. scrollCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)ScrollableResultsImplementorSharedSessionContractImplementor. scrollCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)Execute an SQL Query -
org.hibernate.internal中CustomQuery的使用
参数类型为CustomQuery的org.hibernate.internal中的方法 修饰符和类型 方法 说明 ListSessionImpl. listCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)ListStatelessSessionImpl. listCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)ScrollableResultsImplementorSessionImpl. scrollCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)ScrollableResultsImplementorStatelessSessionImpl. scrollCustomQuery(CustomQuery customQuery, QueryParameters queryParameters) -
org.hibernate.loader.custom中CustomQuery的使用
参数类型为CustomQuery的org.hibernate.loader.custom中的构造器 构造器 说明 CustomLoader(CustomQuery customQuery, SessionFactoryImplementor factory) -
org.hibernate.loader.custom.sql中CustomQuery的使用
实现CustomQuery的org.hibernate.loader.custom.sql中的类 修饰符和类型 类 说明 classSQLCustomQueryImplements Hibernate's built-in support for native SQL queries.
-