Jakarta Persistence (JPA) Class

jakarta.persistence.criteria.LocalTimeField<N>

java.lang.Object
  jakarta.persistence.criteria.LocalTimeField
Type Parameters:
<N> - the resulting type of the extracted value
Implemented Interfaces:
TemporalField<N,T>

Each instance represents a type of field which can be extracted from a LocalTime.
Since:
Jakarta Persistence (JPA) 3.2

Public Static Fields

The hour of the day in 24-hour time, numbered from 0 to 23.
Since:
Jakarta Persistence (JPA) 1.0
The minute of the hour, numbered from 0 to 59.
Since:
Jakarta Persistence (JPA) 1.0
The second of the minute, numbered from 0 to 59, including a fractional part representing fractions of a second
Since:
Jakarta Persistence (JPA) 1.0

Public Instance Methods

String toString()
Overrides Object.java.lang.Object/toString()
Since:
Jakarta Persistence (JPA) 1.0

Additional JDK methods inherited from java.lang.Object

clone(), equals(Object), finalize(), getClass(), hashCode(), notify(), notifyAll(), wait(), wait(long), wait(long,int), wait0(long)