hibernateを使用してmysqlテーブルにマップするpojoを記述しますが、pojo属性をmysqlテーブルフィールドにバインドしたくありません。そのコードは打撃です:
public class User{
private long id;
private String name;
private String donotBindAttribute;
set get......
}
属性「donotBindAttribute」を私を助けることができるmysqlフィールドにバインドしない方法。