Interface HibernateOrmSearchQuerySelectStep<E>

    • Method Detail

      • fetchSize

        @Deprecated
        HibernateOrmSearchQuerySelectStep<E> fetchSize​(int fetchSize)
        Deprecated.
        Call .loading( o -> o.fetchSize( ... ) near the end of the query definition instead.
        Set the JDBC fetch size for this query.
        Parameters:
        fetchSize - The fetch size. Must be positive or zero.
        Returns:
        this for method chaining.
        See Also:
        Query.setFetchSize(int)