Uses of Enum
com.blazebit.persistence.view.FlushStrategy
Packages that use FlushStrategy
Package
Description
Entity-View extension for the Blaze-Persistence API.
Entity-View extension metamodel.
SPI for implementers of the Blaze-Persistence Entity-View extension.
-
Uses of FlushStrategy in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view that return FlushStrategyModifier and TypeMethodDescriptionstatic FlushStrategyReturns the enum constant of this type with the specified name.static FlushStrategy[]FlushStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FlushStrategy in com.blazebit.persistence.view.metamodel
Methods in com.blazebit.persistence.view.metamodel that return FlushStrategyModifier and TypeMethodDescriptionManagedViewType.getFlushStrategy()The flush strategy to use for the entity view or null if not updatable. -
Uses of FlushStrategy in com.blazebit.persistence.view.spi
Methods in com.blazebit.persistence.view.spi that return FlushStrategyModifier and TypeMethodDescriptionEntityViewMapping.getFlushStrategy()Returns the flush strategy to use for updates ornullif the entity view should not be updatable.Methods in com.blazebit.persistence.view.spi with parameters of type FlushStrategyModifier and TypeMethodDescriptionvoidEntityViewMapping.setFlushStrategy(FlushStrategy flushStrategy) Set the flush strategy to use for updates.