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
/
dao
/
ContactDAO.java
1
package info.ahlberg.spring.dao;
2
3
import info.ahlberg.spring.domain.Contact;
4
5
public interface ContactDAO extends GenericDAO<Contact, Long> {
6
7
}
8
Download this file
Branches
master