adding repo for projectideas
This commit is contained in:
parent
ab18a33e63
commit
0d2849acb6
@ -0,0 +1,18 @@
|
||||
package se.su.dsv.scipro.springdata;
|
||||
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import se.su.dsv.scipro.match.dataobject.ProjectIdea;
|
||||
|
||||
/**
|
||||
* @author: fred-fri
|
||||
* date: 2012 03 23
|
||||
*/
|
||||
|
||||
@Transactional(readOnly = true)
|
||||
public interface ProjectIdeaRepo extends JpaRepository<ProjectIdea, Long>{
|
||||
|
||||
//nothing here yet
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user