Uses of Package
org.hibernate.community.dialect.pagination
Packages that use org.hibernate.community.dialect.pagination
-
Classes in org.hibernate.community.dialect.pagination used by org.hibernate.community.dialect.paginationClassDescriptionLimit handler for
AltibaseDialect.ALimitHandlerfor older versions of Informix, Ingres, and TimesTen, which supported the syntaxSELECT FIRST n.ALimitHandlerfor Firebird 2.5 and older which supports the syntaxFIRST n SKIP m.ALimitHandlerfor Ingres.ALimitHandlerfor HSQL prior to 2.0.ALimitHandlerthat works in Interbase and Firebird, using the syntaxROWS nandROWS m TO n.ALimitHandlerfor Informix which supports the syntaxSKIP m FIRST n.ALimitHandlerfor TimesTen, which usesROWS n, but at the start of the query instead of at the end.