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