| Class | Description |
|---|---|
| BuildNumberAnnotationProcessor |
Annotation processor that inits String/long/Long/int/Integer fields inside a class with build number.
|
| CompileTimeAnnotationProcessor |
Annotation processor that inits long/Long fields inside a class with compilation time (in ms).
|
| FindWithOptionalParamsAnnotationProcessor |
Annotation processor that makes find methods in Spring repository to find entities with optional params.
|
| RepoMethod |
Descriptor for Spring repository class method (e.g.
|
| RepoMethod.Part |
Part of find method (field with operation before field)
|
| RepoMethodUtil |
| Enum | Description |
|---|---|
| RepoMethod.Operation |
Type of operation between parts (And/Or)
|
| RepoMethod.Type |
Type of find method
|
Copyright © 2020. All Rights Reserved.