Uses of Interface
org.miaixz.bus.pager.Querying
Packages that use Querying
Package
Description
Provides core classes for MyBatis pagination plugin.
Provides internal handling for pagination, including parameter binding and MappedStatement management.
-
Uses of Querying in org.miaixz.bus.pager
Methods in org.miaixz.bus.pager with parameters of type QueryingModifier and TypeMethodDescriptionlongExecutes a count query.<E> Page<E> Page.doSelectPage(Querying select) Executes a paginated query.<E> Paginating<E> Page.doSelectPageInfo(Querying select) Executes a paginated query and returns aPaginatingobject.<E> Serialize<E> Page.doSelectPageSerializable(Querying select) Executes a paginated query and returns aSerializeobject. -
Uses of Querying in org.miaixz.bus.pager.binding
Methods in org.miaixz.bus.pager.binding with parameters of type Querying