Package org.hibernate.community.dialect.pagination
package org.hibernate.community.dialect.pagination
-
ClassesClassDescriptionLimit 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.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.