Uses of Interface
org.eclipse.persistence.jpa.config.TimeOfDay
-
Packages that use TimeOfDay Package Description org.eclipse.persistence.internal.jpa.config.cache org.eclipse.persistence.jpa.config -
-
Uses of TimeOfDay in org.eclipse.persistence.internal.jpa.config.cache
Classes in org.eclipse.persistence.internal.jpa.config.cache that implement TimeOfDay Modifier and Type Class Description classTimeOfDayImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.cache that return TimeOfDay Modifier and Type Method Description TimeOfDayCacheImpl. setExpiryTimeOfDay()TimeOfDayTimeOfDayImpl. setHour(Integer hour)TimeOfDayTimeOfDayImpl. setMillisecond(Integer millisecond)TimeOfDayTimeOfDayImpl. setMinute(Integer minute)TimeOfDayTimeOfDayImpl. setSecond(Integer second) -
Uses of TimeOfDay in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return TimeOfDay Modifier and Type Method Description TimeOfDayCache. setExpiryTimeOfDay()TimeOfDayTimeOfDay. setHour(Integer hour)TimeOfDayTimeOfDay. setMillisecond(Integer millisecond)TimeOfDayTimeOfDay. setMinute(Integer minute)TimeOfDayTimeOfDay. setSecond(Integer second)
-