Uses of Class
com.blazebit.persistence.spi.LateralStyle
-
Packages that use LateralStyle Package Description com.blazebit.persistence.spi SPI for implementers of the Blaze-Persistence API. -
-
Uses of LateralStyle in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return LateralStyle Modifier and Type Method Description LateralStyle
DbmsDialect. getLateralStyle()
Returns the lateral style that is supported by the dbms.static LateralStyle
LateralStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static LateralStyle[]
LateralStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-