Skip to content

Commit c81a784

Browse files
committed
Changed description back to Lob
1 parent ae94e68 commit c81a784

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/main/java/edu/tamu/app/model/Service.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import static javax.persistence.CascadeType.REMOVE;
55
import static javax.persistence.FetchType.EAGER;
66

7-
import java.io.UnsupportedEncodingException;
87
import java.util.ArrayList;
98
import java.util.HashSet;
109
import java.util.List;
@@ -15,8 +14,6 @@
1514
import javax.persistence.Entity;
1615
import javax.persistence.Lob;
1716
import javax.persistence.OneToMany;
18-
import javax.persistence.PrePersist;
19-
import javax.persistence.PreUpdate;
2017
import javax.validation.constraints.Size;
2118

2219
import org.hibernate.annotations.Fetch;
@@ -60,7 +57,7 @@ public class Service extends BaseEntity {
6057
@Column(nullable = false)
6158
private Boolean onShortList;
6259

63-
// @Lob
60+
@Lob
6461
@Column(nullable = true)
6562
private String description;
6663

0 commit comments

Comments
 (0)