Class True<T>
java.lang.Object
net.kaczmarzyk.spring.data.jpa.domain.PathSpecification<T>
net.kaczmarzyk.spring.data.jpa.domain.True<T>
- All Implemented Interfaces:
Serializable,org.springframework.data.jpa.domain.Specification<T>
Filters using `true` or `false` for a boolean type field, depending on the value of the parameter passed in. This can be also achieved with `Equal` specification. `True` is a convenience-class to emphasize boolean attributes.
Requires boolean parameter.
- Author:
- Hubert Gotfryd (Tratif sp. z o.o.)
- See Also:
-
Field Summary
FieldsFields inherited from class net.kaczmarzyk.spring.data.jpa.domain.PathSpecification
path -
Constructor Summary
ConstructorsConstructorDescriptionTrue(QueryContext queryContext, String path, String[] httpParamValues, Converter converter) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()jakarta.persistence.criteria.PredicatetoPredicate(jakarta.persistence.criteria.Root<T> root, jakarta.persistence.criteria.CriteriaQuery<?> query, jakarta.persistence.criteria.CriteriaBuilder criteriaBuilder) toString()Methods inherited from class net.kaczmarzyk.spring.data.jpa.domain.PathSpecification
pathMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.data.jpa.domain.Specification
and, or
-
Field Details
-
expectedValue
-
-
Constructor Details
-
True
-
-
Method Details
-
toPredicate
public jakarta.persistence.criteria.Predicate toPredicate(jakarta.persistence.criteria.Root<T> root, jakarta.persistence.criteria.CriteriaQuery<?> query, jakarta.persistence.criteria.CriteriaBuilder criteriaBuilder) -
equals
- Overrides:
equalsin classPathSpecification<T>
-
hashCode
public int hashCode()- Overrides:
hashCodein classPathSpecification<T>
-
toString
-