Skip to content

DATAMONGO-1043 - Allow SpEL Expressions in @Document annotations in all cases #238

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

Closed
wants to merge 2 commits into from

Conversation

yacota
Copy link
Contributor

@yacota yacota commented Nov 6, 2014

Proof of concept idea in order to support SpEL in @Dcoument in all scenarios (we rely on SpEL performance improvements announced by 4.1.x release)

@odrotbohm
Copy link
Member

Thanks for the contribution. Any chance you create a proper patch? Currently it's completely replacing two files, messes up the formatting etc.

@yacota yacota closed this Nov 14, 2014
@yacota yacota deleted the DATAMONGO-1043 branch November 14, 2014 09:50
odrotbohm added a commit that referenced this pull request Nov 28, 2014
…n names for query execution.

Changed SimpleMongoEntityMetadata to keep a reference to the collection entity instead of the eagerly resolved collection name. This is to make sure the name gets re-evaluated for every query execution to support dynamically changing collections defined via SpEL expressions.

Related pull request: #238.
odrotbohm added a commit that referenced this pull request Nov 28, 2014
…n names for query execution.

Changed SimpleMongoEntityMetadata to keep a reference to the collection entity instead of the eagerly resolved collection name. This is to make sure the name gets re-evaluated for every query execution to support dynamically changing collections defined via SpEL expressions.

Related pull request: #238.
odrotbohm added a commit that referenced this pull request Nov 28, 2014
…n names for query execution.

Changed SimpleMongoEntityMetadata to keep a reference to the collection entity instead of the eagerly resolved collection name. This is to make sure the name gets re-evaluated for every query execution to support dynamically changing collections defined via SpEL expressions.

Related pull request: #238.
@odrotbohm
Copy link
Member

Applied in reduced version.

odrotbohm added a commit that referenced this pull request Nov 28, 2014
…n names for query execution.

Changed SimpleMongoEntityMetadata to keep a reference to the collection entity instead of the eagerly resolved collection name. This is to make sure the name gets re-evaluated for every query execution to support dynamically changing collections defined via SpEL expressions.

Related pull request: #238.
odrotbohm added a commit that referenced this pull request Nov 28, 2014
…n names for query execution.

Changed SimpleMongoEntityMetadata to keep a reference to the collection entity instead of the eagerly resolved collection name. This is to make sure the name gets re-evaluated for every query execution to support dynamically changing collections defined via SpEL expressions.

Related pull request: #238.
odrotbohm added a commit that referenced this pull request Nov 28, 2014
…n names for query execution.

Changed SimpleMongoEntityMetadata to keep a reference to the collection entity instead of the eagerly resolved collection name. This is to make sure the name gets re-evaluated for every query execution to support dynamically changing collections defined via SpEL expressions.

Related pull request: #238.
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