blob: fb6c6ec104eae4f55683a887598cc7380c71e172 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (1.8.0_171) on Thu Jun 14 10:06:18 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.openjpa.event.LifecycleEvent (OpenJPA Parent POM 3.0.0 API)</title>
<meta name="date" content="2018-06-14">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.openjpa.event.LifecycleEvent (OpenJPA Parent POM 3.0.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openjpa/event/class-use/LifecycleEvent.html" target="_top">Frames</a></li>
<li><a href="LifecycleEvent.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.openjpa.event.LifecycleEvent" class="title">Uses of Class<br>org.apache.openjpa.event.LifecycleEvent</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.openjpa.event">org.apache.openjpa.event</a></td>
<td class="colLast">
<div class="block"><strong>OpenJPA Events</strong>
This package provides some interfaces and useful implementations
for OpenJPA's event notification framework.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.openjpa.kernel">org.apache.openjpa.kernel</a></td>
<td class="colLast">
<div class="block"><strong>OpenJPA Runtime Kernel</strong>
This package provides a common OpenJPA runtime environment that can be
adapted for use with various data store mechanisms.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.openjpa.event">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a> in <a href="../../../../../org/apache/openjpa/event/package-summary.html">org.apache.openjpa.event</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/openjpa/event/package-summary.html">org.apache.openjpa.event</a> with parameters of type <a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AttachListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AttachListener.html#afterAttach-org.apache.openjpa.event.LifecycleEvent-">afterAttach</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked after the instance has been attached.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#afterAttach-org.apache.openjpa.event.LifecycleEvent-">afterAttach</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClearListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/ClearListener.html#afterClear-org.apache.openjpa.event.LifecycleEvent-">afterClear</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked after state is cleared.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#afterClear-org.apache.openjpa.event.LifecycleEvent-">afterClear</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DeleteListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/DeleteListener.html#afterDelete-org.apache.openjpa.event.LifecycleEvent-">afterDelete</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked after the instance transferred to a deleted state.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#afterDelete-org.apache.openjpa.event.LifecycleEvent-">afterDelete</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">PostDeleteListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/PostDeleteListener.html#afterDeletePerformed-org.apache.openjpa.event.LifecycleEvent-">afterDeletePerformed</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Receives notifications before an update is performed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DetachListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/DetachListener.html#afterDetach-org.apache.openjpa.event.LifecycleEvent-">afterDetach</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked after the instance has been detached.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#afterDetach-org.apache.openjpa.event.LifecycleEvent-">afterDetach</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DirtyListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/DirtyListener.html#afterDirty-org.apache.openjpa.event.LifecycleEvent-">afterDirty</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked after the first change is applied.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#afterDirty-org.apache.openjpa.event.LifecycleEvent-">afterDirty</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DirtyListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/DirtyListener.html#afterDirtyFlushed-org.apache.openjpa.event.LifecycleEvent-">afterDirtyFlushed</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked after the first change is applied to a flushed instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#afterDirtyFlushed-org.apache.openjpa.event.LifecycleEvent-">afterDirtyFlushed</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">LoadListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/LoadListener.html#afterLoad-org.apache.openjpa.event.LifecycleEvent-">afterLoad</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked after state has been loaded into the instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#afterLoad-org.apache.openjpa.event.LifecycleEvent-">afterLoad</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">PersistListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/PersistListener.html#afterPersist-org.apache.openjpa.event.LifecycleEvent-">afterPersist</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked when an instance is persisted.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#afterPersist-org.apache.openjpa.event.LifecycleEvent-">afterPersist</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">PostPersistListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/PostPersistListener.html#afterPersistPerformed-org.apache.openjpa.event.LifecycleEvent-">afterPersistPerformed</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Receives notifications after a persist operation has been written to the
data store.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">LoadListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/LoadListener.html#afterRefresh-org.apache.openjpa.event.LifecycleEvent-">afterRefresh</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked after state has been refreshed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#afterRefresh-org.apache.openjpa.event.LifecycleEvent-">afterRefresh</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">StoreListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/StoreListener.html#afterStore-org.apache.openjpa.event.LifecycleEvent-">afterStore</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked just after store.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#afterStore-org.apache.openjpa.event.LifecycleEvent-">afterStore</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">UpdateListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/UpdateListener.html#afterUpdatePerformed-org.apache.openjpa.event.LifecycleEvent-">afterUpdatePerformed</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Receives notifications before an update is performed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AttachListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AttachListener.html#beforeAttach-org.apache.openjpa.event.LifecycleEvent-">beforeAttach</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked before the instance is attached.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#beforeAttach-org.apache.openjpa.event.LifecycleEvent-">beforeAttach</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClearListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/ClearListener.html#beforeClear-org.apache.openjpa.event.LifecycleEvent-">beforeClear</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked before state is cleared.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#beforeClear-org.apache.openjpa.event.LifecycleEvent-">beforeClear</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DeleteListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/DeleteListener.html#beforeDelete-org.apache.openjpa.event.LifecycleEvent-">beforeDelete</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked before the instance transferred to a deleted state.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#beforeDelete-org.apache.openjpa.event.LifecycleEvent-">beforeDelete</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DetachListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/DetachListener.html#beforeDetach-org.apache.openjpa.event.LifecycleEvent-">beforeDetach</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked before the instance is detached.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#beforeDetach-org.apache.openjpa.event.LifecycleEvent-">beforeDetach</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DirtyListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/DirtyListener.html#beforeDirty-org.apache.openjpa.event.LifecycleEvent-">beforeDirty</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked before the first change is applied.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#beforeDirty-org.apache.openjpa.event.LifecycleEvent-">beforeDirty</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DirtyListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/DirtyListener.html#beforeDirtyFlushed-org.apache.openjpa.event.LifecycleEvent-">beforeDirtyFlushed</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked before the first change is applied to a flushed instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#beforeDirtyFlushed-org.apache.openjpa.event.LifecycleEvent-">beforeDirtyFlushed</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">PersistListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/PersistListener.html#beforePersist-org.apache.openjpa.event.LifecycleEvent-">beforePersist</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked before an instance is persisted.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#beforePersist-org.apache.openjpa.event.LifecycleEvent-">beforePersist</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">StoreListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/StoreListener.html#beforeStore-org.apache.openjpa.event.LifecycleEvent-">beforeStore</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Invoked just prior to store.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#beforeStore-org.apache.openjpa.event.LifecycleEvent-">beforeStore</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">UpdateListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/UpdateListener.html#beforeUpdate-org.apache.openjpa.event.LifecycleEvent-">beforeUpdate</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Receives notifications before an update is performed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractLifecycleListener.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/event/AbstractLifecycleListener.html#eventOccurred-org.apache.openjpa.event.LifecycleEvent-">eventOccurred</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;event)</code>
<div class="block">Should be implemented to handle the specific lifecycle event.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.openjpa.kernel">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a> in <a href="../../../../../org/apache/openjpa/kernel/package-summary.html">org.apache.openjpa.kernel</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/openjpa/kernel/package-summary.html">org.apache.openjpa.kernel</a> with parameters of type <a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openjpa/enhance/PersistenceCapable.html" title="interface in org.apache.openjpa.enhance">PersistenceCapable</a></code></td>
<td class="colLast"><span class="typeNameLabel">AuditManager.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/kernel/AuditManager.html#getPersistenceCapable-org.apache.openjpa.event.LifecycleEvent-">getPersistenceCapable</a></span>(<a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">LifecycleEvent</a>&nbsp;evt)</code>
<div class="block">Extracts the persistence capable instance from the source of the given event.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/openjpa/event/LifecycleEvent.html" title="class in org.apache.openjpa.event">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openjpa/event/class-use/LifecycleEvent.html" target="_top">Frames</a></li>
<li><a href="LifecycleEvent.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>