类 SqlPagingQueryProviderFactoryBean

    • 方法详细资料

      • setGroupClause

        public void setGroupClause​(java.lang.String groupClause)
        参数:
        groupClause - SQL GROUP BY clause part of the SQL query string
      • setDatabaseType

        public void setDatabaseType​(java.lang.String databaseType)
        参数:
        databaseType - the databaseType to set
      • setDataSource

        public void setDataSource​(javax.sql.DataSource dataSource)
        参数:
        dataSource - the dataSource to set
      • setFromClause

        public void setFromClause​(java.lang.String fromClause)
        参数:
        fromClause - the fromClause to set
      • setWhereClause

        public void setWhereClause​(java.lang.String whereClause)
        参数:
        whereClause - the whereClause to set
      • setSelectClause

        public void setSelectClause​(java.lang.String selectClause)
        参数:
        selectClause - the selectClause to set
      • setSortKeys

        public void setSortKeys​(java.util.Map<java.lang.String,​Order> sortKeys)
        参数:
        sortKeys - the sortKeys to set
      • setSortKey

        public void setSortKey​(java.lang.String key)
      • getObject

        public PagingQueryProvider getObject()
                                      throws java.lang.Exception
        Get a PagingQueryProvider instance using the provided properties and appropriate for the given database type.
        指定者:
        getObject 在接口中 org.springframework.beans.factory.FactoryBean<PagingQueryProvider>
        抛出:
        java.lang.Exception
        另请参阅:
        FactoryBean.getObject()
      • isSingleton

        public boolean isSingleton()
        Always returns true.
        指定者:
        isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<PagingQueryProvider>
        另请参阅:
        FactoryBean.isSingleton()