-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Mapper #34 #417
Data Mapper #34 #417
Conversation
basic implementation ++
Test/Doc added
Second type mapper is updated to use java.util.vector
Review comments:
|
package com.iluwatar.datamapper; | ||
|
||
import java.util.Optional; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add JavaDoc
@inbravo you have my review comments. Please notify me once you've addressed them. |
First review changes++
I hope just a final review is required. |
@inbravo took another look. Here are my comments:
Please comment when you're ready for another look. |
Parent info is required, i am giving this, please review, build is failed
|
Looks like you have the wrong version number. Try this:
|
|
This pattern is ready for release; you can plan out .... |
@inbravo I've merged the initial implementation. Looking forward to the real database implementation though. |
A basic data-mapper implementation based on discussion on #34