add long keys to all entities

This commit is contained in:
Athou
2013-03-23 01:49:39 +01:00
parent 4197c5e1ae
commit 7e105ff7bb
11 changed files with 44 additions and 102 deletions

View File

@@ -5,6 +5,6 @@ import javax.ejb.Stateless;
import com.commafeed.model.Feed;
@Stateless
public class FeedService extends GenericDAO<Feed, String> {
public class FeedService extends GenericDAO<Feed, Long> {
}