Package | Description |
---|---|
org.springframework.integration.jpa.outbound |
Provides Spring Integration components for doing outbound operations.
|
org.springframework.integration.jpa.support |
Provides various support classes used across Spring Integration Jpa Components.
|
Modifier and Type | Method and Description |
---|---|
void |
JpaOutboundGateway.setGatewayType(OutboundGatewayType gatewayType) |
void |
JpaOutboundGatewayFactoryBean.setGatewayType(OutboundGatewayType gatewayType) |
Modifier and Type | Method and Description |
---|---|
static OutboundGatewayType |
OutboundGatewayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutboundGatewayType[] |
OutboundGatewayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.