1 dépôt
Retrieving records in small, manageable chunks to support page-based navigation in user interfaces.
Distinct from Tabbed Window Navigation: The candidates are for OS windows or UI tabbed windows, not data retrieval windowing.
Explore 1 awesome GitHub repository matching data & databases · Data Set Windowing. Refine with filters or upvote what's useful.
Mybatis-PageHelper is a pagination plugin and persistence framework extension for MyBatis. It functions as a physical pagination engine that automatically appends limit and offset clauses to SQL queries to retrieve specific record subsets from a data source. The project optimizes data retrieval by modifying SQL statements at runtime to reduce memory overhead. It implements database pagination and data set windowing to manage the retrieval of paginated data within Java applications. The system utilizes a MyBatis interceptor chain for dynamic SQL rewriting and employs database dialects to ensu
Implements page-based data retrieval to enable efficient record navigation in user interfaces.