Uses of Enum Class
org.springframework.data.r2dbc.dialect.MySqlDialect.BooleanToByteConverter
Packages that use MySqlDialect.BooleanToByteConverter
Package
Description
Dialects abstract the SQL dialect of the underlying database.
-
Uses of MySqlDialect.BooleanToByteConverter in org.springframework.data.r2dbc.dialect
Subclasses with type arguments of type MySqlDialect.BooleanToByteConverter in org.springframework.data.r2dbc.dialectModifier and TypeClassDescriptionstatic enum
Methods in org.springframework.data.r2dbc.dialect that return MySqlDialect.BooleanToByteConverterModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MySqlDialect.BooleanToByteConverter[]
MySqlDialect.BooleanToByteConverter.values()
Returns an array containing the constants of this enum class, in the order they are declared.