| Package | Description |
|---|---|
| org.springframework.data.hazelcast |
Mainly defines
HazelcastKeyValueAdapter providing Hazelcast as an
implementation of a key-value store. |
| org.springframework.data.hazelcast.repository |
Contains the
@Repository bean interface available for Hazelcast
applications. |
| org.springframework.data.hazelcast.repository.config |
Configuration defaults for using Hazelcast as a key-value store.
|
| org.springframework.data.hazelcast.repository.query |
Implementation of querying so that Hazelcast repositories can be queried in the standard Spring query method style.
|
| org.springframework.data.hazelcast.repository.support |
HazelcastPartTreeQuery is a required modification to that provided by Spring-Data-Keyvalue (class
KeyValuePartTreeQuery) to implement queries correctly for Hazelcast. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.