-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[WIP] Nullable embedded objects. #1275
Closed
Closed
Commits on Jan 21, 2015
-
Initial work of nullable embedded objects.
There's a lot of things to be improved (mostly on UnitOfWork), but it's fully working with basic tests. The idea was to have a simple (and clean) way to override the nullable property of embedded objects, so I've added the nullable attribute on the Embedded annotation and it have 3 possible values: - NULL: The nullable option that was defined on the attributes of the embeddable class won't be overriden; - TRUE: All attributes of the embeddable class will be marked as nullable; - FALSE: All attributes of the embeddable class will be marked as non-nullable. The usage is quite simple and can be seen at the ValueObjectsTest::testCRUDOfNullableEmbedded() test case.
Configuration menu - View commit details
-
Copy full SHA for 74d50f7 - Browse repository at this point
Copy the full SHA 74d50f7View commit details
Commits on Jan 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4ec25c8 - Browse repository at this point
Copy the full SHA 4ec25c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93300bc - Browse repository at this point
Copy the full SHA 93300bcView commit details
Commits on Jan 25, 2015
-
Moving the responsibility of using the column data or not to fill the…
… entity to the class metadata.
Configuration menu - View commit details
-
Copy full SHA for 9cc7529 - Browse repository at this point
Copy the full SHA 9cc7529View commit details
Commits on Jan 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 40dfa3f - Browse repository at this point
Copy the full SHA 40dfa3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6340eec - Browse repository at this point
Copy the full SHA 6340eecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f48d05e - Browse repository at this point
Copy the full SHA f48d05eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 609d492 - Browse repository at this point
Copy the full SHA 609d492View commit details
Commits on Jan 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 71d3580 - Browse repository at this point
Copy the full SHA 71d3580View commit details
Commits on Feb 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6e57134 - Browse repository at this point
Copy the full SHA 6e57134View commit details -
Configuration menu - View commit details
-
Copy full SHA for d27c5b1 - Browse repository at this point
Copy the full SHA d27c5b1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.