阅读背景:

Hibernate:如何覆盖映射超类的属性

来源:互联网 

The generic entity, super class:

通用实体,超类:

@MappedSuperclass
public abstract class GenericEntity {
    private Integer id;
    public Integer getId() {return id;}
    public void setId(Integer id) {this.id = id;}
}
@



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: