Class PZonedDateTime<R>

  • Type Parameters:
    R - the root query bean type

    public final class PZonedDateTime<R>
    extends PBaseCompareable<R,​ZonedDateTime>
    ZonedDateTime property.
    • Constructor Detail

      • PZonedDateTime

        public PZonedDateTime​(String name,
                              R root)
        Construct with a property name and root instance.
        Parameters:
        name - property name
        root - the root query bean instance
      • PZonedDateTime

        public PZonedDateTime​(String name,
                              R root,
                              String prefix)
        Construct with additional path prefix.
    • Method Detail

      • after

        public R after​(ZonedDateTime value)
        Same as greater than.
        Parameters:
        value - the equal to bind value
        Returns:
        the root query bean instance
      • before

        public R before​(ZonedDateTime value)
        Same as less than.
        Parameters:
        value - the equal to bind value
        Returns:
        the root query bean instance