liten bokstav table

git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@315 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
joha-asc 2011-03-14 10:12:33 +00:00
parent 5a2353763a
commit aa5a091f9f

@ -18,6 +18,7 @@ import org.hibernate.annotations.CacheConcurrencyStrategy;
@Entity
@Cacheable(true)
@Cache(usage= CacheConcurrencyStrategy.NONSTRICT_READ_WRITE)
@Table(name="link")
public class Link extends Resource {
@Lob