Interface IdProjection
- All Known Subinterfaces:
AuditProjection,BaseProjection,FinishedJobProjection,JobCommonFieldsProjection,JobExecutionProjection,JobMetadataProjection,JobProjection,JobSpecificationProjection,UniqueIdProjection
- All Known Implementing Classes:
ApplicationEntity,AuditEntity,BaseEntity,ClusterEntity,CommandEntity,CriterionEntity,FileEntity,IdEntity,JobEntity,TagEntity,UniqueIdEntity
public interface IdProjection
A projection just for returning the id field of a given entity.
- Since:
- 3.1.0
-
Method Summary
-
Method Details
-
getId
long getId()Get the id from the projection.- Returns:
- The id
-