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

com.coherentlogic.fred.client.db.integration.dao.SourcesRepository Maven / Gradle / Ivy

There is a newer version: 2.0.3-RELEASE
Show newest version
package com.coherentlogic.fred.client.db.integration.dao;

import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.transaction.annotation.Transactional;

import com.coherentlogic.fred.client.core.domain.Categories;
import com.coherentlogic.fred.client.core.domain.Sources;

/**
 * Data access pattern implementation for {@link Sources} objects.
 *
 * @author Support
 */
@Transactional
public interface SourcesRepository extends JpaRepository {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy