注解

注解

@PostConstruct与@PreDestroy

@MappedSuperclass:通过这个注解,我们可以将该实体类当成基类实体,它不会映射到数据库表,但继承它的子类实体在映射时会自动扫描该基类实体的映射属性,添加到子类实体的对应数据库表中。

@Accessors(chain = true):chain的中文含义是链式的,设置为true,则setter方法返回当前对象。

@EqualsAndHashCode(callSuper = true):调用父类的equals 和 hashcode 方法。

https://blog.csdn.net/qq_27093465/article/details/90056695

https://blog.csdn.net/zhanlanmg/article/details/50392266

posted @ 2020-04-03 14:28  唐胜伟  阅读(165)  评论(0编辑  收藏  举报