Uses of Class
org.tentackle.common.Timestamp
-
Packages that use Timestamp Package Description org.tentackle.common Common classes for build- and runtime. -
-
Uses of Timestamp in org.tentackle.common
Methods in org.tentackle.common that return Timestamp Modifier and Type Method Description TimestampTimestamp. clone()static TimestampTimestamp. createFrozen(long epoch, int nanos)Creates a frozen timestamp.Methods in org.tentackle.common with parameters of type Timestamp Modifier and Type Method Description static voidTimestamp. setUTC(Timestamp timestamp, boolean utc)Sets the UTC flag null-safe.
Method provided to reduce generated code.
-