| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.domain.impl | |
| com.mmnaseri.utils.spring.data.domain.impl.key | |
| com.mmnaseri.utils.spring.data.dsl.factory | |
| com.mmnaseri.utils.spring.data.proxy | |
| com.mmnaseri.utils.spring.data.proxy.impl | |
| com.mmnaseri.utils.spring.data.proxy.impl.resolvers | |
| com.mmnaseri.utils.spring.data.repository |
This package implements the bridge pattern over the various repository interfaces in the Spring Data project.
|
| Class and Description |
|---|
| AbstractRepositoryMetadataResolver
This class will first check for common errors in a repository's definition before letting the resolution
proceed any further.
|
| QueryDescriptionExtractor |
| SelectDataStoreOperation
This is a data store operation that will read values from the underlying data store and match them up against the
query description's different decision branches.
|
| Class and Description |
|---|
| AbstractRandomKeyGenerator
This implementation will wrap the key generation process in a procedure that prevents duplicate keys from being
generated.
|
| Class and Description |
|---|
| MethodQueryDescriptionExtractor
This class will parse a query method's name and extract a
query description
from that name. |
| Class and Description |
|---|
| MethodQueryDescriptionExtractor
This class will parse a query method's name and extract a
query description
from that name. |
| Class and Description |
|---|
| MethodQueryDescriptionExtractor
This class will parse a query method's name and extract a
query description
from that name. |
| Class and Description |
|---|
| MethodQueryDescriptionExtractor
This class will parse a query method's name and extract a
query description
from that name. |
| Class and Description |
|---|
| QueryDescriptionExtractor |
Copyright © 2014–2016. All rights reserved.