Spring Projects Issues

Results 1177 comments of Spring Projects Issues

**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** commented It's generally a good idea to break such a self-reference initialization cycle with an `@Lazy` reference (or corresponding `ObjectFactory`/`Provider` declaration), in this case for the `meWithAProxy` reference....

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented This looks like a wild mixture of entity graphs and projections, which we didn't quite anticipate before. What's the reason you need to mix those up? `EnderecoProjection.getSomething()`...

**[asfernandes](https://jira.spring.io/secure/ViewProfile.jspa?name=asfernandes)** commented If the projection is used directly (no generics) in findFetchCidade, the same thing happens

**[asfernandes](https://jira.spring.io/secure/ViewProfile.jspa?name=asfernandes)** commented [Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke) I don't need the getSomething. It's used just to make the thing work. My real case is some nesting of projections (Endereco -> Cidade -> Estado...

**[asfernandes](https://jira.spring.io/secure/ViewProfile.jspa?name=asfernandes)** commented [Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke) you say the problem is the mixture of entity graphs and projections, but for me the problem seems to be about nested projections not creating a...

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented The method signatures imply that you might want to use a `Specification` with different sets of `QueryHint` instances. Is that correct or isn't there a stringer relationship...