Uses of Class
org.apache.camel.builder.endpoint.dsl.JpaEndpointBuilderFactory.LockModeType
-
Packages that use JpaEndpointBuilderFactory.LockModeType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of JpaEndpointBuilderFactory.LockModeType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JpaEndpointBuilderFactory.LockModeType Modifier and Type Method Description static JpaEndpointBuilderFactory.LockModeType
JpaEndpointBuilderFactory.LockModeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JpaEndpointBuilderFactory.LockModeType[]
JpaEndpointBuilderFactory.LockModeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type JpaEndpointBuilderFactory.LockModeType Modifier and Type Method Description default JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder. lockModeType(JpaEndpointBuilderFactory.LockModeType lockModeType)
To configure the lock mode on the consumer.
-