hibernate 中puclic class User{
    private int id;
    private String username;
    private String password;
}我如何 把 id,username  跟 id,password 映射到 不同的两张表中?