Anders Asplund
unread,Jan 4, 2011, 10:04:34 AM1/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to oppna-program-dao-framework
Hej,
Jag skulle vilja konkretisera AbstractInMemoryRepository i dao-fwk så
att jag kan göra följande:
Repository<Car, RegNo> cars = new InMemoryRepository<Car, RegNo>();
alt. med Spring:
@Autowired
Repository<Car, RegNo> cars;
<bean id="cars"
class="se.vgregion.dao.domain.patterns.repository.inmemory.InMemoryRepository" /
>
Några invändningar på det?
//Anders