fix
git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@264 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user