Uses of Class
com.peterphi.std.guice.restclient.jaxb.webquery.WQConstraintLine
Packages that use WQConstraintLine
Package
Description
-
Uses of WQConstraintLine in com.peterphi.std.guice.hibernate.webquery.impl.jpa
Method parameters in com.peterphi.std.guice.hibernate.webquery.impl.jpa with type arguments of type WQConstraintLineModifier and TypeMethodDescriptionvoid
JPAQueryBuilder.addConstraints
(List<WQConstraintLine> constraints) void
JPAQueryBuilderInternal.addConstraints
(List<WQConstraintLine> constraints) Add new constraints as if they'd been defined at the top level of the WebQuery (N.B. -
Uses of WQConstraintLine in com.peterphi.std.guice.restclient.jaxb.webquery
Subclasses of WQConstraintLine in com.peterphi.std.guice.restclient.jaxb.webqueryModifier and TypeClassDescriptionclass
Defines an individual field constraint to applyclass
Defines a group of constraints to be ANDed or ORred togetherFields in com.peterphi.std.guice.restclient.jaxb.webquery with type parameters of type WQConstraintLineMethods in com.peterphi.std.guice.restclient.jaxb.webquery that return WQConstraintLineMethods in com.peterphi.std.guice.restclient.jaxb.webquery with parameters of type WQConstraintLineModifier and TypeMethodDescriptionConstraintContainer.add
(WQConstraintLine line) WebQuery.add
(WQConstraintLine line) WQConstraints.add
(WQConstraintLine line) WQGroup.add
(WQConstraintLine line) Constructor parameters in com.peterphi.std.guice.restclient.jaxb.webquery with type arguments of type WQConstraintLine