spring-data-geode icon indicating copy to clipboard operation
spring-data-geode copied to clipboard

Support SpEL expressions in the @Region annotation [DATAGEODE-252]

Open spring-projects-issues opened this issue 6 years ago • 0 comments
trafficstars

John Blum opened DATAGEODE-252 and commented

Another option to consider with regards to SGF-261 - implementing the "ability to persist application domain objects (entities) to multiple Regions in a GemFire Cache" might be to allow SpEL expressions in the @Region annotation's value attribute enabling developers to customize the Region that an entity is persisted to on a call by call basis (a thread bound property or the like). MongoDB already supports that, see BasicMongoPersistentEntity, for example


Reference URL: https://jira.spring.io/browse/SGF-262

spring-projects-issues avatar Nov 02 '19 00:11 spring-projects-issues