Uses of Enum Class
org.springframework.integration.jpa.support.PersistMode
Packages that use PersistMode
Package
Description
Provides core classes of the JPA module.
Provides JPA Components support for Java DSL.
Provides various support classes used across Spring Integration Jpa Components.
-
Uses of PersistMode in org.springframework.integration.jpa.core
Methods in org.springframework.integration.jpa.core with parameters of type PersistMode -
Uses of PersistMode in org.springframework.integration.jpa.dsl
Methods in org.springframework.integration.jpa.dsl with parameters of type PersistModeModifier and TypeMethodDescriptionJpaUpdatingOutboundEndpointSpec.persistMode
(PersistMode persistMode) Specify aPersistMode
for the gateway. -
Uses of PersistMode in org.springframework.integration.jpa.support
Methods in org.springframework.integration.jpa.support that return PersistModeModifier and TypeMethodDescriptionstatic PersistMode
Returns the enum constant of this class with the specified name.static PersistMode[]
PersistMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.