Spring MVC Example
Sign in or create your account
Project List ▾
Spring MVC Example
test
Help
Project Home
Downloads
Documentation
Issues
Source
Code Review
Source Tree
|
Change Log
|
How To Get The Code
Spring MVC Example Git Source Tree
Root
/
src
/
main
/
java
/
info
/
ahlberg
/
spring
/
ContactDAOWithJPA.java
1
package info.ahlberg.spring;
2
3
import org.springframework.stereotype.Repository;
4
5
6
@Repository
7
public class ContactDAOWithJPA extends GenericDAOWithJPA<Contact, Long> implements ContactDAO {
8
9
}
10
Download this file
Branches
master