Replies: 2 comments 4 replies
-
ObjectiveSQL 是不是应该和Hibernate对比呢?他们都是摒弃了直接拼装sql。和mybatis是不是不太对标? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@myangyu 不管是Hibernate 还是MyBatis 还是其它ORM 框架,最终都是在拼装SQL,只是提供的API 不一样而已。 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The ObjectiveSQL is a new ORM framework, it enhances the existed ORM framework capability, the first is simple querying.
Definition of domain model
In MyBatis:
In ObjectiveSQL:
Beta Was this translation helpful? Give feedback.
All reactions