git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@264 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
joha-asc 2011-03-01 09:30:02 +00:00
parent 0485d89b4b
commit 80d7bf9d1f

@ -21,7 +21,7 @@ import org.hibernate.annotations.CacheConcurrencyStrategy;
*
*/
@Entity
@Table(name="thread")
@Table(name="comment_thread")
@Cacheable(true)
@Cache(usage= CacheConcurrencyStrategy.NONSTRICT_READ_WRITE)
public class CommentThread extends DomainObject{