package com.rutils; import javax.persistence.Entity; import javax.persistence.Id; @Entity public class User{ @Id String username; String password; }