Uses of Enum
com.blazebit.persistence.view.CascadeType
Packages that use CascadeType
Package
Description
Entity-View extension for the Blaze-Persistence API.
SPI for implementers of the Blaze-Persistence Entity-View extension.
-
Uses of CascadeType in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view that return CascadeTypeModifier and TypeMethodDescriptionstatic CascadeTypeReturns the enum constant of this type with the specified name.static CascadeType[]CascadeType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CascadeType in com.blazebit.persistence.view.spi
Methods in com.blazebit.persistence.view.spi that return types with arguments of type CascadeTypeModifier and TypeMethodDescriptionEntityViewMethodAttributeMapping.getCascadeTypes()Returns the cascade types that are configured for this attribute.Methods in com.blazebit.persistence.view.spi with parameters of type CascadeTypeModifier and TypeMethodDescriptionvoidEntityViewMethodAttributeMapping.setUpdatable(boolean updatable, boolean orphanRemoval, CascadeType[] cascadeTypes, Class<?>[] subtypes, Class<?>[] persistSubtypes, Class<?>[] updateSubtypes) Set whether the attribute is updatable along with cascading configuration and the allowed subtypes.