开发者

Spring ORM support for JDBC?

开发者 https://www.devze.com 2023-03-20 00:43 出处:网络
as it is stated at http://static.springsource.org/spring/docs/2.0.8/reference/orm.html The Spring Framework provides integration with Hibernate, JDO, Ora开发者_开发百科cle TopLink, iBATIS SQL Maps an

as it is stated at http://static.springsource.org/spring/docs/2.0.8/reference/orm.html

The Spring Framework provides integration with Hibernate, JDO, Ora开发者_开发百科cle TopLink, iBATIS SQL Maps and JPA:

My question here is does not spring provide ORM support for JDBC?


Spring supports JDBC, and includes helper objects to map resultsets to objects, if that's what you mean. It's not listed on the page you link to because it's not considered to be an ORM. (Actually Ibatis isn't considered to be an ORM either, it's a "data mapper".)

0

精彩评论

暂无评论...
验证码 换一张
取 消