public class NoneVersionStrategy extends AbstractVersionStrategy
Modifier and Type | Field and Description |
---|---|
static String |
ALIAS |
vers
Modifier and Type | Method and Description |
---|---|
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, 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 String ALIAS
public static NoneVersionStrategy getInstance()
public 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
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.