Uses of Package
org.hibernate.community.dialect.pagination
-
Packages that use org.hibernate.community.dialect.pagination Package Description org.hibernate.community.dialect.pagination -
Classes in org.hibernate.community.dialect.pagination used by org.hibernate.community.dialect.pagination 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.