Using Hibernate for Existing Database

前端 未结 4 1946
隐瞒了意图╮
隐瞒了意图╮ 2021-02-02 01:43

We have an application thats already running for a long time. Now we are migrating it to Spring and possibly using Hibernate or any other ORM.

But we caught up with a qu

4条回答
  •  再見小時候
    2021-02-02 01:54

    I recommend looking at SansORM (a NoORM object mapper). It is designed for SQL-first development, which fits well with retrofitting an existing schema.

提交回复
热议问题