This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-data-commons
Watch
1
Star
0
Fork
0
You've already forked spring-data-commons
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e868577def7e8be45cc60c9be940256308ca29cc
spring-data-commons
/
src
/
main
/
java
/
org
/
springframework
/
data
/
projection
History
Mark Paluch
e868577def
DATACMNS-820 - Allow setter invocations in projections backed by beans.
...
Invocations to setter methods are now passed to the backing bean. Original pull request:
#155
.
2016-02-20 20:33:13 +01:00
..
DefaultMethodInvokingMethodInterceptor.java
DATACMNS-655 - Invoking default methods on projection proxies now works.
2015-03-10 11:47:12 +01:00
DefaultProjectionInformation.java
DATACMNS-89 - Infrastructure for projections on repository queries.
2015-12-14 19:31:33 +01:00
MapAccessingMethodInterceptor.java
DATACMNS-630 - Integrate projection infrastructure from Spring Data REST.
2015-01-11 19:35:31 +01:00
ProjectingMethodInterceptor.java
DATACMNS-782 - ProxyProjectionFactory now converts primitive attribute values.
2015-11-12 11:17:43 +01:00
ProjectionFactory.java
DATACMNS-89 - Infrastructure for projections on repository queries.
2015-12-14 19:31:33 +01:00
ProjectionInformation.java
DATACMNS-89 - Infrastructure for projections on repository queries.
2015-12-14 19:31:33 +01:00
PropertyAccessingMethodInterceptor.java
DATACMNS-820 - Allow setter invocations in projections backed by beans.
2016-02-20 20:33:13 +01:00
ProxyProjectionFactory.java
DATACMNS-89 - Infrastructure for projections on repository queries.
2015-12-14 19:31:33 +01:00
SpelAwareProxyProjectionFactory.java
DATACMNS-89 - Infrastructure for projections on repository queries.
2015-12-14 19:31:33 +01:00
SpelEvaluatingMethodInterceptor.java
DATACMNS-661 - Polishing.
2015-03-19 18:57:20 +01:00
TargetAware.java
DATAREST-684 - ProxyProjectionFactory now exposes target instance on proxy.
2015-04-15 20:42:34 +02:00