Uses of Interface
org.miaixz.bus.pager.parsing.OrderBySqlParser
Packages that use OrderBySqlParser
Package
Description
Provides interfaces and abstract classes for database pagination dialects.
Provides SQL parsing and conversion utilities for the pagination plugin.
-
Uses of OrderBySqlParser in org.miaixz.bus.pager.dialect
Fields in org.miaixz.bus.pager.dialect declared as OrderBySqlParserModifier and TypeFieldDescriptionprotected OrderBySqlParserAbstractDialect.orderBySqlParserThe SQL parser for handling order by clauses. -
Uses of OrderBySqlParser in org.miaixz.bus.pager.parsing
Classes in org.miaixz.bus.pager.parsing that implement OrderBySqlParserModifier and TypeClassDescriptionclassDefault implementation ofOrderBySqlParserfor handling Order by clauses.