Uses of Class
org.hotrod.runtime.livesql.dialects.PaginationRenderer.PaginationType
-
Packages that use PaginationRenderer.PaginationType Package Description org.hotrod.runtime.livesql.dialects -
-
Uses of PaginationRenderer.PaginationType in org.hotrod.runtime.livesql.dialects
Methods in org.hotrod.runtime.livesql.dialects that return PaginationRenderer.PaginationType Modifier and Type Method Description abstract PaginationRenderer.PaginationTypePaginationRenderer. getPaginationType(java.lang.Integer offset, java.lang.Integer limit)static PaginationRenderer.PaginationTypePaginationRenderer.PaginationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PaginationRenderer.PaginationType[]PaginationRenderer.PaginationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-