Hibernate mapping of JAVA object only to part of the DB table

前端 未结 0 482
忘了有多久
忘了有多久 2021-02-01 21:07

I want to map Hibernate JAVA object only to part of the DB table. Here is Pseudo code example. DB table:

person: 
    first_name varchar(20) DEFAULT NULL
    last         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题