Package org.hibernate.community.dialect.pagination
-
Class Summary Class Description FirstLimitHandler ALimitHandlerfor older versions of Informix, Ingres, and TimesTen, which supported the syntaxSELECT FIRST n.IngresLimitHandler ALimitHandlerfor Ingres.RowsLimitHandler ALimitHandlerthat works in Interbase and Firebird, using the syntaxROWS nandROWS m TO n.SkipFirstLimitHandler ALimitHandlerfor Informix which supports the syntaxSKIP m FIRST n.TimesTenLimitHandler ALimitHandlerfor TimesTen, which usesROWS n, but at the start of the query instead of at the end.