spring-data-geode
spring-data-geode copied to clipboard
Spring Data support for Apache Geode
It should be possible via the `o.s.data.gemfire.PartitionedRegionFactoryBean` API to directly configure or customize `PARTITION` _Region_ attributes, such as, but not limited to: * Collocation * Fixed Partitioning * Local &...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-269](https://jira.spring.io/browse/DATAGEODE-269?redirect=false)** and commented TODO --- **Reference URL:** https://jira.spring.io/browse/SGF-791
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-239](https://jira.spring.io/browse/DATAGEODE-239?redirect=false)** and commented The `o.s.d.g.GemfireTemplate` class is missing several useful Region data access operations that should be present on the template: * `clear()` - ? * `create(key,...
MappingPdxSerializer should be able to resolve custom pdx serializer at entity level [DATAGEODE-170]
**[Jeff Cherng](https://jira.spring.io/secure/ViewProfile.jspa?name=jcherng)** opened **[DATAGEODE-170](https://jira.spring.io/browse/DATAGEODE-170?redirect=false)** and commented MappingPdxSerializer currently allows properties of entity to be serialized/deserialized by using custom pdx serializers. However, as the current implementation, custom pdx serializers can not...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-129](https://jira.spring.io/browse/DATAGEODE-129?redirect=false)** and commented Details to follow... --- No further details from [DATAGEODE-129](https://jira.spring.io/browse/DATAGEODE-129?redirect=false)
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-126](https://jira.spring.io/browse/DATAGEODE-126?redirect=false)** and commented Document the **new** `o.s.d.g.function.support.SpringDefinedFunctionAwareRegistrar` --- No further details from [DATAGEODE-126](https://jira.spring.io/browse/DATAGEODE-126?redirect=false)
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-214](https://jira.spring.io/browse/DATAGEODE-214?redirect=false)** and commented TODO --- No further details from [DATAGEODE-214](https://jira.spring.io/browse/DATAGEODE-214?redirect=false)
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-270](https://jira.spring.io/browse/DATAGEODE-270?redirect=false)** and commented This feature will add the ability to execute (register/trigger) a CQ from a SD _Repository_ query method invocation. The return type will be a...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-284](https://jira.spring.io/browse/DATAGEODE-284?redirect=false)** and commented If an application domain model class, such as `Employee`, were defined with primitive typed fields, for example: ```java class Employee { private String name;...
**[boglesby](https://jira.spring.io/secure/ViewProfile.jspa?name=boglesby1)** opened **[DATAGEODE-295](https://jira.spring.io/browse/DATAGEODE-295?redirect=false)** and commented This issue occurs with SBDG 1.2.1.RELEASE and also 1.2.2.RELEASE. When my boot client executes an `OnServers` function, I see it executing on all of my...