Uses of Enum Class
org.springframework.integration.jpa.support.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
-
Uses of PersistMode in org.springframework.integration.jpa.dsl
Modifier and TypeMethodDescriptionJpaUpdatingOutboundEndpointSpec.persistMode
(PersistMode persistMode) Specify aPersistMode
for the gateway. -
Uses of PersistMode in org.springframework.integration.jpa.support
Modifier 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.