Uses of Class
org.hibernate.ScrollMode
-
Packages that use ScrollMode Package Description org.hibernate org.hibernate.dialect org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.loader.criteria org.hibernate.query -
-
Uses of ScrollMode in org.hibernate
Methods in org.hibernate that return ScrollMode Modifier and Type Method Description static ScrollModeScrollMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ScrollMode[]ScrollMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate with parameters of type ScrollMode Modifier and Type Method Description booleanScrollMode. lessThan(ScrollMode other)Determine ifthismode is "less than" the provided mode.ScrollableResultsCriteria. scroll(ScrollMode scrollMode)Get the results as an instance ofScrollableResultsbased on the given scroll mode.ScrollableResultsQuery. scroll(ScrollMode scrollMode)Deprecated.Return the query results as ScrollableResults. -
Uses of ScrollMode in org.hibernate.dialect
Methods in org.hibernate.dialect that return ScrollMode Modifier and Type Method Description ScrollModeAbstractHANADialect. defaultScrollMode()ScrollModeDialect. defaultScrollMode()Certain dialects support a subset of ScrollModes. -
Uses of ScrollMode in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi with parameters of type ScrollMode Modifier and Type Method Description PreparedStatementStatementPreparer. prepareQueryStatement(String sql, boolean isCallable, ScrollMode scrollMode)Get a prepared statement for use in loading / querying. -
Uses of ScrollMode in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ScrollMode Modifier and Type Method Description ScrollModeQueryParameters. getScrollMode()Methods in org.hibernate.engine.spi with parameters of type ScrollMode Modifier and Type Method Description ScrollableResultsImplementorSessionDelegatorBaseImpl. scroll(Criteria criteria, ScrollMode scrollMode)ScrollableResultsImplementorSharedSessionContractImplementor. scroll(Criteria criteria, ScrollMode scrollMode)Execute a criteria queryvoidQueryParameters. setScrollMode(ScrollMode scrollMode) -
Uses of ScrollMode in org.hibernate.loader.criteria
Methods in org.hibernate.loader.criteria with parameters of type ScrollMode Modifier and Type Method Description ScrollableResultsImplementorCriteriaLoader. scroll(SharedSessionContractImplementor session, ScrollMode scrollMode) -
Uses of ScrollMode in org.hibernate.query
Methods in org.hibernate.query with parameters of type ScrollMode Modifier and Type Method Description ScrollableResultsQuery. scroll(ScrollMode scrollMode)
-