public class

JPAModuleProcessAdapter

extends JPAModuleLifecycleAdapter
implements ProcessAdapter<O>
java.lang.Object
   ↳ org.mule.module.jpa.JPAModule
     ↳ org.mule.module.jpa.adapters.JPAModuleCapabilitiesAdapter
       ↳ org.mule.module.jpa.adapters.JPAModuleMetadataAdapater
         ↳ org.mule.module.jpa.adapters.JPAModuleLifecycleAdapter
           ↳ org.mule.module.jpa.adapters.JPAModuleProcessAdapter

Class Overview

A JPAModuleProcessAdapter is a wrapper around JPAModule that enables custom processing strategies.

Summary

[Expand]
Inherited Constants
From class org.mule.module.jpa.adapters.JPAModuleMetadataAdapater
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.api.lifecycle.Startable
From interface org.mule.api.lifecycle.Stoppable
[Expand]
Inherited Fields
From class org.mule.module.jpa.JPAModule
Public Constructors
JPAModuleProcessAdapter()
Public Methods
<P> ProcessTemplate<P, JPAModuleCapabilitiesAdapter> getProcessTemplate()
[Expand]
Inherited Methods
From class org.mule.module.jpa.adapters.JPAModuleLifecycleAdapter
From class org.mule.module.jpa.adapters.JPAModuleMetadataAdapater
From class org.mule.module.jpa.adapters.JPAModuleCapabilitiesAdapter
From class org.mule.module.jpa.JPAModule
From class java.lang.Object
From interface org.mule.api.context.MuleContextAware
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.api.lifecycle.Startable
From interface org.mule.api.lifecycle.Stoppable
From interface org.mule.module.jpa.basic.Capabilities
From interface org.mule.module.jpa.basic.MetadataAware
From interface org.mule.module.jpa.process.ProcessAdapter

Public Constructors

public JPAModuleProcessAdapter ()

Public Methods

public ProcessTemplate<P, JPAModuleCapabilitiesAdapter> getProcessTemplate ()