-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
CRUD processing starts from Creation or insertion.
This ticket aims for "basic entity":
- Entity only contains basic types (see tech writing for its definition; excluding time related types, which are in the scope of a separate ticket)
- Entity doesn't contain reference to other entity
AC conditions:
- user could insert basic Entity (containing basic types and no association with other entity) into MongoDB
- ideally could create evengreen based integration testing, but not mandatory
Note that only TableMutation or static MQL translation is in the scope. Dynamic HQL or Criterion based deleting statement translation is out of the scope. A separate ticket was created at https://jira.mongodb.org/browse/HIBERNATE-46
- depends on
-
HIBERNATE-11 prepare for MQL translation
-
- Closed
-
- is related to
-
HIBERNATE-46 simple mutation statement (insert, update and delete) translation
-
- Ready for Work
-
1.
|
implement java.sql.Statement | HIBERNATE-16 |
|
Closed | Nathan Xu | |
2.
|
insertion MQL translation | HIBERNATE-14 |
|
Closed | Nathan Xu | |
3.
|
implement java.sql.PreparedStatement | HIBERNATE-13 |
|
Closed | Nathan Xu |