Class ExampleSpecification<T>
java.lang.Object
com.totvs.tjf.api.jpa.repository.impl.ExampleSpecification<T>
- All Implemented Interfaces:
Serializable,org.springframework.data.jpa.domain.Specification<T>
public class ExampleSpecification<T>
extends Object
implements org.springframework.data.jpa.domain.Specification<T>
Specification that gives access to the Predicate instance
representing the values contained in the Example.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.persistence.criteria.PredicatetoPredicate(javax.persistence.criteria.Root<T> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder cb) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.jpa.domain.Specification
and, or
-
Constructor Details
-
ExampleSpecification
-
-
Method Details