I have an existing database of a film rental system. Each film has a has a rating attribute. In SQL they used a constraint to limit the allowed values of this attribute.
use this annotation
@Column(columnDefinition="ENUM('User', 'Admin')")