public abstract class AbstractVersionStrategy extends AbstractStrategy implements VersionStrategy
Modifier and Type | Field and Description |
---|---|
protected Version |
vers
The owning version.
|
Constructor and Description |
---|
AbstractVersionStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
afterLoad(OpenJPAStateManager sm,
JDBCStore store)
This method is called after data is loaded into the instance, in
case the version indicator works off of a state image.
|
boolean |
checkVersion(OpenJPAStateManager sm,
JDBCStore store,
boolean updateVersion)
Checks the version of the given state manager with the version
stored in memory.
|
int |
compareVersion(Object v1,
Object v2) |
Map |
getBulkUpdateValues() |
Object |
load(OpenJPAStateManager sm,
JDBCStore store,
Result res)
Load data.
|
Object |
load(OpenJPAStateManager sm,
JDBCStore store,
Result res,
Joins joins)
Load data.
|
boolean |
select(Select sel,
ClassMapping mapping)
Select the data for this indicator.
|
void |
setVersion(Version owner)
Set the version that uses this strategy.
|
customDelete, customInsert, customUpdate, delete, getAlias, initialize, insert, isCustomDelete, isCustomInsert, isCustomUpdate, map, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
customDelete, customInsert, customUpdate, delete, getAlias, initialize, insert, isCustomDelete, isCustomInsert, isCustomUpdate, map, update
protected Version vers
public void setVersion(Version owner)
VersionStrategy
setVersion
in interface VersionStrategy
public boolean select(Select sel, ClassMapping mapping)
VersionStrategy
select
in interface VersionStrategy
mapping
- the known base class being selected; this may
not be the base class in the inheritance hierarchypublic Object load(OpenJPAStateManager sm, JDBCStore store, Result res) throws SQLException
VersionStrategy
load
in interface VersionStrategy
SQLException
public Object load(OpenJPAStateManager sm, JDBCStore store, Result res, Joins joins) throws SQLException
VersionStrategy
load
in interface VersionStrategy
SQLException
public void afterLoad(OpenJPAStateManager sm, JDBCStore store)
VersionStrategy
afterLoad
in interface VersionStrategy
public boolean checkVersion(OpenJPAStateManager sm, JDBCStore store, boolean updateVersion) throws SQLException
VersionStrategy
checkVersion
in interface VersionStrategy
SQLException
public int compareVersion(Object v1, Object v2)
compareVersion
in interface VersionStrategy
StoreManager.compareVersion(org.apache.openjpa.kernel.OpenJPAStateManager, java.lang.Object, java.lang.Object)
public Map getBulkUpdateValues()
getBulkUpdateValues
in interface VersionStrategy
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.