Class PBaseDate<R,​D extends Comparable>

    • Constructor Detail

      • PBaseDate

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

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

      • after

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

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