JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Methods
Deprecated Methods
Method and Description
io.github.jhipster.service.QueryService.buildReferringEntitySpecification(RangeFilter<X>, SingularAttribute<? super ENTITY, OTHER>, SingularAttribute<OTHER, X>)
just call buildSpecification(filter, root -> root.get(reference).get(valueField))
io.github.jhipster.service.QueryService.byFieldSpecified(SetAttribute<ENTITY, X>, boolean)
Just call the byFieldEmptiness(root -> root.get(field), value) directly.
io.github.jhipster.service.QueryService.byFieldSpecified(SingularAttribute<? super ENTITY, X>, boolean)
Just call the byFieldSpecified(root -> root.get(field), value) directly.
io.github.jhipster.service.QueryService.equalsSetSpecification(SetAttribute<? super ENTITY, OTHER>, SingularAttribute<OTHER, X>, X)
Just call the equalsSpecification(root -> root.join(reference).get(valueField), value) directly.
io.github.jhipster.service.QueryService.equalsSpecification(SingularAttribute<? super ENTITY, OTHER>, SingularAttribute<? super OTHER, X>, X)
Just call the equalsSpecification(root -> root.get(reference).get(valueField), value) directly.
io.github.jhipster.service.QueryService.equalsSpecification(SingularAttribute<? super ENTITY, X>, X)
Just call the equalsSpecification(root -> root.get(field), value) directly.
io.github.jhipster.service.QueryService.greaterThan(SetAttribute<? super ENTITY, OTHER>, SingularAttribute<OTHER, X>, X)
Just call the greaterThan(root -> root.join(reference).get(valueField), value) directly.
io.github.jhipster.service.QueryService.greaterThan(SingularAttribute<? super ENTITY, OTHER>, SingularAttribute<OTHER, X>, X)
Just call the greaterThan(root -> root.get(reference).get(valueField), value) directly.
io.github.jhipster.service.QueryService.greaterThan(SingularAttribute<? super ENTITY, X>, X)
Just call the greaterThan(root -> root.get(field), value) directly.
io.github.jhipster.service.QueryService.greaterThanOrEqualTo(SetAttribute<? super ENTITY, OTHER>, SingularAttribute<OTHER, X>, X)
Just call the greaterThanOrEqualTo(root -> root.join(reference).get(valueField), value) directly.
io.github.jhipster.service.QueryService.greaterThanOrEqualTo(SingularAttribute<? super ENTITY, OTHER>, SingularAttribute<OTHER, X>, X)
Just call the greaterThanOrEqualTo(root -> root.get(reference).get(valueField), value) directly.
io.github.jhipster.service.QueryService.greaterThanOrEqualTo(SingularAttribute<? super ENTITY, X>, X)
Just call the greaterThanOrEqualTo(root -> root.get(field), value) directly.
io.github.jhipster.service.QueryService.lessThan(SetAttribute<? super ENTITY, OTHER>, SingularAttribute<OTHER, X>, X)
Just call the lessThan(root -> root.join(reference).get(valueField), value) directly.
io.github.jhipster.service.QueryService.lessThan(SingularAttribute<? super ENTITY, OTHER>, SingularAttribute<OTHER, X>, X)
Just call the lessThan(root -< root.get(reference).get(valueField), value) directly.
io.github.jhipster.service.QueryService.lessThan(SingularAttribute<? super ENTITY, X>, X)
Just call the lessThan(root -> root.get(field), value) directly.
io.github.jhipster.service.QueryService.lessThanOrEqualTo(SetAttribute<? super ENTITY, OTHER>, SingularAttribute<OTHER, X>, X)
Just call the lessThanOrEqualTo(root -> root.join(reference).get(valueField), value) directly.
io.github.jhipster.service.QueryService.lessThanOrEqualTo(SingularAttribute<? super ENTITY, OTHER>, SingularAttribute<OTHER, X>, X)
Just call the lessThanOrEqualTo(root -> root.get(reference).get(valueField), value) directly.
io.github.jhipster.service.QueryService.lessThanOrEqualTo(SingularAttribute<? super ENTITY, X>, X)
Just call the lessThanOrEqualTo(root -> root.get(field), value) directly.
io.github.jhipster.service.QueryService.likeUpperSpecification(SingularAttribute<? super ENTITY, String>, String)
Just call the likeUpperSpecification(root -> root.get(field), value) directly.
io.github.jhipster.service.QueryService.valueIn(SetAttribute<? super ENTITY, OTHER>, SingularAttribute<OTHER, X>, Collection<X>)
Just call the valueIn(root -> root.get(reference).get(valueField), value) directly.
io.github.jhipster.service.QueryService.valueIn(SingularAttribute<? super ENTITY, OTHER>, SingularAttribute<? super OTHER, X>, Collection<X>)
Just call the valueIn(root -> root.get(reference).get(valueField), value) directly.
io.github.jhipster.service.QueryService.valueIn(SingularAttribute<? super ENTITY, X>, Collection<X>)
Just call the valueIn(root -> root.get(field), value) directly.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019
JHipster
. All rights reserved.