Skip to content
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

(preview) OGM-140 OGM-141 table exposed to DatastoreProvider and embeddable collection info provided to AssociationKey #58

Closed
wants to merge 5 commits into from

Conversation

emmanuelbernard
Copy link
Member

I have been working on two things lately

Expose table and column information to the DatastoreProvider

This is useful to build the right buckets in some NoSQL engines. In particular Cassandra can now use
specific tables instead of the generic one we are using currently.
Let me know how it works.

Expose infos on collection of embedded to AssociationKey

One thing I want out of the MongoDB Dialect is the ability to store collections of embeddable within the entity document itself instead of in a different document. I have added a couple of information to AssociationKey in that effect:

  • the collection role
  • the owner's entity key
  • the type of association

To the MongoDB writers, let me know if the information is useful and if you can store collections of embeddable within the entity document itself.

@Sanne
Copy link
Member

Sanne commented Apr 5, 2012

this was rebased, code adjusted for some needed changes after rebase (mostly TestSuite helpers changed), merged.

@Sanne Sanne closed this Apr 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants