Uses of Enum
com.blazebit.persistence.view.FlushMode
Packages that use FlushMode
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 FlushMode in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view that return FlushMode -
Uses of FlushMode in com.blazebit.persistence.view.metamodel
Methods in com.blazebit.persistence.view.metamodel that return FlushModeModifier and TypeMethodDescriptionManagedViewType.getFlushMode()The flush mode to use for the entity view or null if not updatable. -
Uses of FlushMode in com.blazebit.persistence.view.spi
Methods in com.blazebit.persistence.view.spi that return FlushModeModifier and TypeMethodDescriptionEntityViewMapping.getFlushMode()Returns the flush mode to use for updates ornullif the entity view should not be updatable.Methods in com.blazebit.persistence.view.spi with parameters of type FlushModeModifier and TypeMethodDescriptionvoidEntityViewMapping.setFlushMode(FlushMode flushMode) Set the flush mode to use for updates.