All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.registration.repositories.SyncJobDefRepository Maven / Gradle / Ivy

package io.mosip.registration.repositories;

import java.util.List;

import io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository;
import io.mosip.registration.entity.SyncJobDef;

public interface SyncJobDefRepository extends BaseRepository {


	/**
	 * fetches all jobs that is active
	 *
	 * @return the list of SyncControl
	 */
	
	List findAllByIsActiveTrue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy