Package io.ebean.typequery
Class PBaseDate<R,D extends Comparable>
- java.lang.Object
-
- io.ebean.typequery.TQProperty<R>
-
- io.ebean.typequery.TQPropertyBase<R>
-
- io.ebean.typequery.PBaseValueEqual<R,T>
-
- io.ebean.typequery.PBaseCompareable<R,D>
-
- io.ebean.typequery.PBaseDate<R,D>
-
- Type Parameters:
R- the root query bean typeD- the date time type
- Direct Known Subclasses:
PCalendar,PInstant,PJodaDateMidnight,PJodaDateTime,PJodaLocalDate,PJodaLocalDateTime,PLocalDate,PLocalDateTime,PMonth,PMonthDay,PSqlDate,PTimestamp,PUtilDate,PYearMonth
public abstract class PBaseDate<R,D extends Comparable> extends PBaseCompareable<R,D>
Base property for date and date time types.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rafter(D value)Same as greater than.Rbefore(D value)Same as less than.-
Methods inherited from class io.ebean.typequery.PBaseCompareable
between, ge, greaterOrEqualTo, greaterThan, greaterThanOrNull, gt, inRange, inRangeWith, le, lessOrEqualTo, lessThan, lessThanOrNull, lt
-
Methods inherited from class io.ebean.typequery.PBaseValueEqual
asMapKey, eq, equalTo, equalToOrNull, in, in, inOrEmpty, isIn, isIn, ne, notEqualTo, notIn, notIn
-
Methods inherited from class io.ebean.typequery.TQPropertyBase
asc, desc
-
Methods inherited from class io.ebean.typequery.TQProperty
isNotNull, isNull, toString
-
-