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