org.apache.openjpa.jdbc.meta.strats
public class NanoPrecisionTimestampVersionStrategy extends TimestampVersionStrategy
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALIAS |
vers| Constructor and Description |
|---|
NanoPrecisionTimestampVersionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
Return the alias of this strategy.
|
protected java.lang.Object |
nextVersion(java.lang.Object version)
Return the next version given the current one, which may be null.
|
getBulkUpdateValues, getJavaTypecheckVersion, compare, compare, compareVersion, delete, getJavaType, insert, load, map, select, updateafterLoad, setVersioncustomDelete, customInsert, customUpdate, initialize, isCustomDelete, isCustomInsert, isCustomUpdateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcustomDelete, customInsert, customUpdate, initialize, isCustomDelete, isCustomInsert, isCustomUpdatepublic static final java.lang.String ALIAS
public NanoPrecisionTimestampVersionStrategy()
public java.lang.String getAlias()
StrategygetAlias in interface StrategygetAlias in class TimestampVersionStrategyprotected java.lang.Object nextVersion(java.lang.Object version)
ColumnVersionStrategynextVersion in class TimestampVersionStrategy