CommentThreadDao
git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@260 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
parent
7791804a10
commit
1e433fc75b
@ -100,6 +100,9 @@
|
||||
<bean id="fileDescriptionDao" class="se.su.dsv.scipro.data.dao.jpa.FileDescriptionDaoJPAImp">
|
||||
<property name="entityManagerFactory" ref="entityManagerFactory" />
|
||||
</bean>
|
||||
<bean id="commentThreadDao" class="se.su.dsv.scipro.data.dao.jpa.CommentThreadDaoJPAImp">
|
||||
<property name="entityManagerFactory" ref="entityManagerFactory" />
|
||||
</bean>
|
||||
|
||||
<bean class="se.su.dsv.scipro.DataInitialiser" init-method="dataInit" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user