Package org.apache.openjpa.lib.util
Class TimestampHelper
- java.lang.Object
- 
- org.apache.openjpa.lib.util.TimestampHelper
 
- 
 public class TimestampHelper extends java.lang.ObjectHelper base class attempts to return java.sql.Timestamp object with nanosecond precision.- Author:
- Albert Lee
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static longMicroMuliplierprotected static longMilliMuliplierprotected static longNanoMuliplier
 - 
Constructor SummaryConstructors Constructor Description TimestampHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.sql.TimestampgetNanoPrecisionTimestamp()
 
- 
- 
- 
Field Detail- 
MilliMuliplierprotected static final long MilliMuliplier - See Also:
- Constant Field Values
 
 - 
MicroMuliplierprotected static final long MicroMuliplier - See Also:
- Constant Field Values
 
 - 
NanoMuliplierprotected static final long NanoMuliplier - See Also:
- Constant Field Values
 
 
- 
 
-