Uses of Enum
net.avcompris.commons.query.DateTimePrecision
Packages that use DateTimePrecision
-
Uses of DateTimePrecision in net.avcompris.commons.query
Methods in net.avcompris.commons.query that return DateTimePrecisionModifier and TypeMethodDescriptionstatic DateTimePrecisionReturns the enum constant of this type with the specified name.static DateTimePrecision[]DateTimePrecision.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.avcompris.commons.query with parameters of type DateTimePrecisionModifier and TypeMethodDescriptionvoidFilteringHandler.eq(U field, org.joda.time.DateTime refValue, DateTimePrecision precision) voidFilteringHandler.gt(U field, org.joda.time.DateTime refValue, DateTimePrecision precision) voidFilteringHandler.gte(U field, org.joda.time.DateTime refValue, DateTimePrecision precision) voidFilteringHandler.lt(U field, org.joda.time.DateTime refValue, DateTimePrecision precision) voidFilteringHandler.lte(U field, org.joda.time.DateTime refValue, DateTimePrecision precision) voidFilteringHandler.neq(U field, org.joda.time.DateTime refValue, DateTimePrecision precision)