Package com.netflix.genie.web.data.services.impl.jpa.queries.projections
@ParametersAreNonnullByDefault
package com.netflix.genie.web.data.services.impl.jpa.queries.projections
A package containing projection interfaces for Spring Data JPA.
- Since:
- 3.1.0
-
InterfacesClassDescriptionProjection for job hosts.Returns all the base entity attributes.Projection for the common fields.A projection just for returning the id field of a given entity.A projection which allows the system to pull back whether the job was submitted via the REST API or other mechanism.Projection to return just the applications associated with a given job.A projection which only returns the archive location for a job.Projection to return just the cluster for a given job.Projection to return just the command for a given job.Projection for common fields between pre 3.3.0 JobRequest and Job entities.Projection with the data present in a Genie JobExecutionEntity from pre-3.3.0.Projection of the jobs table which produces only the fields that were present in the pre-3.3.0 JobMetadata table before it was merged into one large jobs table.Projection for the fields originally available in pre-3.3.0 JobEntity classes.Projection to return only the fields desired for a job with search results.Projection for returning the setup file of a given entity.Projection for returning only the status of a given resource.Projection for getting the Unique Id of a resource.