org.apache.openjpa.jdbc.meta.strats
public class NoneVersionStrategy extends AbstractVersionStrategy
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALIAS |
vers
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
Return the alias of this strategy.
|
static NoneVersionStrategy |
getInstance()
Return singleton instance.
|
void |
setVersion(Version owner)
Set the version that uses this strategy.
|
afterLoad, checkVersion, compareVersion, getBulkUpdateValues, load, select
customDelete, customInsert, customUpdate, delete, initialize, insert, isCustomDelete, isCustomInsert, isCustomUpdate, map, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
customDelete, customInsert, customUpdate, delete, initialize, insert, isCustomDelete, isCustomInsert, isCustomUpdate, map, update
public static final java.lang.String ALIAS
public static NoneVersionStrategy getInstance()
public java.lang.String getAlias()
Strategy
getAlias
in interface Strategy
getAlias
in class AbstractStrategy
public void setVersion(Version owner)
VersionStrategy
setVersion
in interface VersionStrategy
setVersion
in class AbstractVersionStrategy