Make field / column unique on JPA

Posted: July 12, 2013 in web

@Column(unique = true)
private String id;

Leave a comment