Remove chache from user.

This commit is contained in:
Paulo Gustavo Veiga
2022-10-03 21:23:38 -07:00
parent 5b4a6e4c78
commit ad84282ef8
8 changed files with 1 additions and 9 deletions

View File

@@ -31,8 +31,6 @@ import java.util.Set;
@Entity
@Table(name = "USER")
@PrimaryKeyJoinColumn(name = "colaborator_id")
@Cacheable
@org.hibernate.annotations.Cache(usage = CacheConcurrencyStrategy.READ_WRITE)
public class User
extends Collaborator
implements Serializable {