@Entity public class Vote extends java.lang.Object
private @NotNull Post
post
private User
user
private java.lang.Long
voteId
private VoteType
voteType
Vote()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private java.lang.Long voteId
private VoteType voteType
@NotNull private @NotNull Post post
private User user
public Vote()