Uses of Enum
io.ebeaninternal.api.SpiQuery.TemporalMode
Packages that use SpiQuery.TemporalMode
Package
Description
Bean description
-
Uses of SpiQuery.TemporalMode in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return SpiQuery.TemporalModeModifier and TypeMethodDescriptionstatic SpiQuery.TemporalModeReturn the mode of the query of if null return CURRENT mode.SpiQuery.temporalMode()Return the Temporal mode for the query.static SpiQuery.TemporalModeReturns the enum constant of this type with the specified name.static SpiQuery.TemporalMode[]SpiQuery.TemporalMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SpiQuery.TemporalMode in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy with parameters of type SpiQuery.TemporalModeModifier and TypeMethodDescriptionBeanDescriptor.baseTable(SpiQuery.TemporalMode mode) Return the base table to use given the query temporal mode. -
Uses of SpiQuery.TemporalMode in io.ebeaninternal.server.query
Methods in io.ebeaninternal.server.query with parameters of type SpiQuery.TemporalModeModifier and TypeMethodDescriptionSTreeType.baseTable(SpiQuery.TemporalMode temporalMode) Return the base table to use given the temporalMode. -
Uses of SpiQuery.TemporalMode in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn that return SpiQuery.TemporalMode