JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
com.redis.om.spring.annotations.Dialect
Packages that use
Dialect
Package
Description
com.redis.om.spring.annotations
Uses of
Dialect
in
com.redis.om.spring.annotations
Methods in
com.redis.om.spring.annotations
that return
Dialect
Modifier and Type
Method
Description
static
Dialect
Dialect.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Dialect
[]
Dialect.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.