Interface ProjectionRepository<T>

All Known Implementing Classes:
EnvironmentRepositoryImpl, ProjectRepositoryImpl, SystemRepositoryImpl

public interface ProjectionRepository<T>
  • Method Details

    • getContext

      Context getContext()
    • getFullProjection

      com.querydsl.core.types.MappingProjection<T> getFullProjection()
    • getLazyProjection

      com.querydsl.core.types.MappingProjection<T> getLazyProjection()
    • resolveProjection

      default com.querydsl.core.types.MappingProjection<T> resolveProjection()
    • getShortProjection

      com.querydsl.core.types.MappingProjection<T> getShortProjection()