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

java.lang.Object/clone(), java.lang.Object/equals(Object), java.lang.Object/finalize(), java.lang.Object/getClass(), java.lang.Object/hashCode(), java.lang.Object/notify(), java.lang.Object/notifyAll(), java.lang.Object/wait(), java.lang.Object/wait(long), java.lang.Object/wait(long,int), java.lang.Object/wait0(long)