@Entity public class Comment extends java.lang.Object
private java.time.Instant
createdDate
private java.lang.Long
id
private Post
post
private @NotEmpty java.lang.String
text
private User
user
Comment()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private java.lang.Long id
@NotEmpty private @NotEmpty java.lang.String text
private Post post
private java.time.Instant createdDate
private User user
public Comment()