|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.lib.util.TimestampHelper
public class TimestampHelper
Helper base class attempts to return java.sql.Timestamp object with nanosecond precision.
Field Summary | |
---|---|
protected static long |
MicroMuliplier
|
protected static long |
MilliMuliplier
|
protected static long |
NanoMuliplier
|
Constructor Summary | |
---|---|
TimestampHelper()
|
Method Summary | |
---|---|
static java.sql.Timestamp |
getNanoPrecisionTimestamp()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final long MilliMuliplier
protected static final long MicroMuliplier
protected static final long NanoMuliplier
Constructor Detail |
---|
public TimestampHelper()
Method Detail |
---|
public static java.sql.Timestamp getNanoPrecisionTimestamp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |