Class JooqEndpoint

java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
All Implemented Interfaces:
AutoCloseable, org.apache.camel.CamelContextAware, org.apache.camel.ComponentAware, org.apache.camel.Endpoint, org.apache.camel.IsSingleton, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.HasCamelContext, org.apache.camel.spi.HasId, org.apache.camel.StatefulService, org.apache.camel.SuspendableService

@UriEndpoint(firstVersion="3.0.0", scheme="jooq", syntax="jooq:entityType", title="JOOQ", category=DATABASE) public class JooqEndpoint extends ScheduledPollEndpoint
Store and retrieve Java objects from an SQL database using JOOQ.
  • Constructor Details

  • Method Details

    • createProducer

      public org.apache.camel.Producer createProducer()
    • getConfiguration

      public JooqConfiguration getConfiguration()
    • setConfiguration

      public void setConfiguration(JooqConfiguration configuration)
    • getProducerExpression

      public org.apache.camel.Expression getProducerExpression()
    • createProducerExpression

      protected org.apache.camel.Expression createProducerExpression()
    • createConsumer

      public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
      Throws:
      Exception