Uses of Enum Class
org.springframework.integration.jpa.support.OutboundGatewayType
Packages that use OutboundGatewayType
Package
Description
Provides Spring Integration components for doing outbound operations.
Provides various support classes used across Spring Integration Jpa Components.
-
Uses of OutboundGatewayType in org.springframework.integration.jpa.outbound
Methods in org.springframework.integration.jpa.outbound with parameters of type OutboundGatewayTypeModifier and TypeMethodDescriptionvoidJpaOutboundGateway.setGatewayType(OutboundGatewayType gatewayType) Specify theJpaOutboundGatewaymode.voidJpaOutboundGatewayFactoryBean.setGatewayType(OutboundGatewayType gatewayType) -
Uses of OutboundGatewayType in org.springframework.integration.jpa.support
Methods in org.springframework.integration.jpa.support that return OutboundGatewayTypeModifier and TypeMethodDescriptionstatic OutboundGatewayTypeReturns the enum constant of this class with the specified name.static OutboundGatewayType[]OutboundGatewayType.values()Returns an array containing the constants of this enum class, in the order they are declared.