public class

JPAModuleLifecycleAdapter

extends JPAModuleMetadataAdapater
implements Disposable Initialisable Startable Stoppable
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
Known Direct Subclasses

Class Overview

A JPAModuleLifecycleAdapter is a wrapper around JPAModule that adds lifecycle methods to the pojo.

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
JPAModuleLifecycleAdapter()
Public Methods
void dispose()
void initialise()
void start()
void stop()
[Expand]
Inherited Methods
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

Public Constructors

public JPAModuleLifecycleAdapter ()

Public Methods

public void dispose ()

public void initialise ()

Throws
InitialisationException

public void start ()

Throws
MuleException

public void stop ()

Throws
MuleException