Skip to content

DATACMNS-1161 - Rename PersistentProperty.getPersistentEntityType() to a plural name since it returns an Iterable. #243

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

schauder
Copy link
Contributor

… plural form.

Old name is deprecated.
New name currently delegates to old version, so classes only implementing the old method still work.
odrotbohm pushed a commit that referenced this pull request Sep 21, 2017
…to ….getPersitentEntityTypes(…).

The new name currently delegates to old version, so classes only implementing the old method still work. Old name is deprecated.

Original pull request: #243.
@odrotbohm odrotbohm closed this Sep 21, 2017
@odrotbohm odrotbohm deleted the issue/DATACMNS-1161 branch September 21, 2017 15:49
odrotbohm added a commit that referenced this pull request Sep 21, 2017
Typo in JavaDoc.

Original pull request: #243.
odrotbohm pushed a commit that referenced this pull request Nov 24, 2017
…mentations.

Introduced RepositoryFactorySupport.getProjectionFactory(…) to create a ProjectionFactory to be used for repository instances created. The default implementation uses the SpelAwareProxyProjectionFactory.

The ProjectionInformation implementation is now a named class so it can be used for more specialized implementations.

Original pull request: #243.
Related issue: DATAJPA-1173.
odrotbohm added a commit that referenced this pull request Nov 24, 2017
Some code reorganization, polishing of nullable annotations, JavaDoc.

Original pull request: #243.
Related issue: DATAJPA-1173.
odrotbohm pushed a commit that referenced this pull request Nov 24, 2017
…mentations.

Introduced RepositoryFactorySupport.getProjectionFactory(…) to create a ProjectionFactory to be used for repository instances created. The default implementation uses the SpelAwareProxyProjectionFactory.

The ProjectionInformation implementation is now a named class so it can be used for more specialized implementations.

Original pull request: #243.
Related issue: DATAJPA-1173.
odrotbohm added a commit that referenced this pull request Nov 24, 2017
Some code reorganization, polishing of nullable annotations, JavaDoc.

Original pull request: #243.
Related issue: DATAJPA-1173.
odrotbohm added a commit that referenced this pull request Nov 24, 2017
…mentations.

Introduced RepositoryFactorySupport.getProjectionFactory(…) to create a ProjectionFactory to be used for repository instances created. The default implementation uses the SpelAwareProxyProjectionFactory.

The ProjectionInformation implementation is now a named class so it can be used for more specialized implementations.

Original pull request: #243.
Related issue: DATAJPA-1173.
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