|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.jdbc.meta.strats.AbstractStrategy
org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy
org.apache.openjpa.jdbc.meta.strats.NoneVersionStrategy
public class NoneVersionStrategy
No-op version strategy.
Field Summary | |
---|---|
static java.lang.String |
ALIAS
|
Fields inherited from class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy |
---|
vers |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.openjpa.jdbc.meta.strats.AbstractVersionStrategy |
---|
afterLoad, checkVersion, compareVersion, getBulkUpdateValues, load, select |
Methods inherited from class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy |
---|
customDelete, customInsert, customUpdate, delete, initialize, insert, isCustomDelete, isCustomInsert, isCustomUpdate, map, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.openjpa.jdbc.meta.Strategy |
---|
customDelete, customInsert, customUpdate, delete, initialize, insert, isCustomDelete, isCustomInsert, isCustomUpdate, map, update |
Field Detail |
---|
public static final java.lang.String ALIAS
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |