Class PlatformQuerySpecifications

    • Method Detail

      • selectFrom

        public org.springframework.data.jpa.domain.Specification<org.n52.series.db.beans.PlatformEntity> selectFrom​(org.springframework.data.jpa.domain.Specification<org.n52.series.db.beans.DatasetEntity> filter)
        Matches platforms included in a result of a given filter, i.e.
           where id in (select fk_platform_id from dataset where <filter>)
         
        Parameters:
        filter - the query
        Returns:
        a boolean expression