码迷,mamicode.com
首页 > 移动开发 > 详细

JPA-@MappedSuperclass

时间:2019-12-02 19:16:29      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:des   who   实体   info   inf   父类   app   entity   应用   

 

  今天阅读前辈的代码时,发现一个新的注解 @MappedSuperclass ,下面就来了解下它是干什么的:

  首先官方文档给出的解释是:

  Designates a class whose mapping information is applied to the entities that inherit from it. A mapped superclass has no separate table defined for it.

  简单讲就是,指定一个类,将它的映射信息应用于继承它的实体。而不把它定义成一个单独的表。

总结:

  • 使用在父类中
  • @MappedSuperclass 描述的类中不能同时使用@Entity和@Table
  • @MappedSuperclass 描述的类中不会映射到数据库表中,但是可以被继承它的类映射到数据库表中

JPA-@MappedSuperclass

标签:des   who   实体   info   inf   父类   app   entity   应用   

原文地址:https://www.cnblogs.com/sickle4j/p/11972120.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!