public class JobByIdSpecification
extends br.pucrio.tecgraf.soma.serviceapi.persistence.specification.JPASpecification<br.pucrio.tecgraf.soma.job.domain.model.Job>
| Constructor and Description |
|---|
JobByIdSpecification(String id) |
| Modifier and Type | Method and Description |
|---|---|
Class<br.pucrio.tecgraf.soma.job.domain.model.Job> |
getType() |
boolean |
isSatisfiedBy(br.pucrio.tecgraf.soma.job.domain.model.Job element) |
javax.persistence.criteria.Predicate |
toPredicate(javax.persistence.criteria.Root<br.pucrio.tecgraf.soma.job.domain.model.Job> root,
javax.persistence.criteria.CriteriaBuilder cb) |
public JobByIdSpecification(String id)
public boolean isSatisfiedBy(br.pucrio.tecgraf.soma.job.domain.model.Job element)
public javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root<br.pucrio.tecgraf.soma.job.domain.model.Job> root,
javax.persistence.criteria.CriteriaBuilder cb)
toPredicate in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.JPASpecification<br.pucrio.tecgraf.soma.job.domain.model.Job>public Class<br.pucrio.tecgraf.soma.job.domain.model.Job> getType()
getType in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.JPASpecification<br.pucrio.tecgraf.soma.job.domain.model.Job>Copyright © 2019. All rights reserved.