Known Direct Subclasses
|
Class Overview
A JPAModuleLifecycleAdapter is a wrapper around JPAModule that adds lifecycle methods to the pojo.
Summary
|
[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
|
void
|
connect()
|
|
Object
|
detach(Object entity, Boolean flush)
Detaches the message's payload from the session.
|
|
Object
|
find(String entityClass, Object id, Boolean flush)
Looks up an entity using the message's payload as the primary key.
|
|
EntityManagerFactory
|
getEntityManagerFactory()
|
|
Object
|
merge(Object entity, Boolean flush)
Merges the payload of the message.
|
|
Object
|
persist(Object entity, Boolean flush)
Persists the payload of the message.
|
|
Object
|
query(CriteriaQuery criteria, String statement, String namedQuery, Object queryParameters, Boolean flush)
Execute a JPA query.
|
|
void
|
setEntityManagerFactory(EntityManagerFactory entityManagerFactory)
|
|
void
|
setMuleContext(MuleContext muleContext)
|
|
Object
|
upsert(Object entity, Object id, String fields, boolean flush)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.context.MuleContextAware
|
abstract
void
|
setMuleContext(MuleContext arg0)
|
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
|
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|
From interface
org.mule.module.jpa.basic.Capabilities
|
abstract
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such
capability
|
|
From interface
org.mule.module.jpa.basic.MetadataAware
|
Public Constructors
public
JPAModuleLifecycleAdapter
()
Public Methods
public
void
initialise
()