Uses of Class
org.tentackle.common.Date
Packages that use 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
Fields in org.tentackle.common declared as DateModifier and TypeFieldDescriptionstatic final Date
DateHelper.MIN_DATE
epochal date zero: 1.1.1970 00:00:00 GMTMethods in org.tentackle.common that return DateModifier 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.Methods in org.tentackle.common with parameters of type DateModifier 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
Methods in org.tentackle.dbms that return DateModifier 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
Methods in org.tentackle.misc that return Date