Uses of Class
org.tentackle.common.Date
Package
Description
Common classes for build- and runtime.
Low-level persistence layer implementation.
Miscellaneous stuff.
Everything that doesn't fit elsewhere.
Everything that doesn't fit elsewhere.
-
Uses of Date in org.tentackle.common
Modifier and TypeFieldDescriptionstatic final Date
DateHelper.MIN_DATE
epochal date zero: 1.1.1970 00:00:00 GMTModifier and TypeMethodDescriptionDate.clone()
static Date
Date.createFrozen
(long epoch) Creates a frozen date.static Date
Converts a Calendar into a org.tentackle.misc.Date.static Date
Converts ajava.util.Date
into anorg.tentackle.misc.Date
.static Date
DateHelper.today
(int dayOffset, int monthOffset, int yearOffset) GetsDateHelper.today()
with an offset.static Date
Converts a string into a date.Modifier and TypeMethodDescriptionstatic Calendar
DateHelper.toCalendar
(Date date) Creates a calendar for the given date.
The calendar is created using the thread-local locale, if set, else the default locale. -
Uses of Date in org.tentackle.dbms
Modifier and TypeMethodDescriptionResultSetWrapper.getDate()
Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
in the Java programming language.ResultSetWrapper.getDate
(boolean mapNull) Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
in the Java programming language.ResultSetWrapper.getDate
(int pos) Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
in the Java programming language.ResultSetWrapper.getDate
(int pos, boolean mapNull) Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Date
in the Java programming language. -
Uses of Date in org.tentackle.misc