Uses of Record Class
st.orm.Window
Packages that use Window
Package
Description
Foundation of the data model: the mapping annotations and the record interfaces.
Java repository API.
Java client API: templates, query builders and transactions.
-
Uses of Window in st.orm
-
Uses of Window in st.orm.repository
Methods in st.orm.repository that return WindowModifier and TypeMethodDescriptionEntityRepository.scroll(Scrollable<E> scrollable) ProjectionRepository.scroll(Scrollable<P> scrollable) -
Uses of Window in st.orm.template
Methods in st.orm.template that return WindowModifier and TypeMethodDescriptionQueryBuilder.scroll(int size) Executes the query and returns aWindowof results.QueryBuilder.scroll(Scrollable<T> scrollable)