| Enum | Description |
|---|---|
| JsonXmlField.Expose | |
| Type.EnumBy |
The Enum EnumType.
|
| Type.Scope |
The Enum Scope.
|
| Annotation Type | Description |
|---|---|
| AccessFieldByMethod | |
| Beta | |
| Column | |
| Id | |
| Immutable | |
| IntermediateOp |
Intermediate operation.
|
| Internal | |
| JoinedBy |
Sample for one-one or one-many join:
|
| JsonXmlConfig | |
| JsonXmlCreator | |
| JsonXmlField | |
| JsonXmlValue | |
| LazyEvaluation | |
| Mutable | |
| NonUpdatable |
The properties will be ignored by update/updateAll/batchUpdate operations if the input is an entity.
|
| NotColumn |
To identity that the annotated field is not a DB column.
|
| NullSafe | |
| ParallelSupported | |
| ReadOnly |
The field will be excluded by add/addAll/batchAdd and update/updateAll/batchUpdate operations if the input is an entity.
|
| ReadOnlyId |
The field is identity and will be excluded by add/addAll/batchAdd and update/updateAll/batchUpdate operations if the input is an entity.
|
| SequentialOnly | |
| Stateful | |
| SuppressFBWarnings | |
| Table | |
| TerminalOp |
Terminal operation.
|
| TerminalOpTriggered |
When terminal operation is triggered by intermediate operation, the current stream will be closed and a new stream will be returned.
|
| Test | |
| Transient |
The properties will be ignored by the persistent operations if the input is an entity.
|
| Type | |
| UnsupportedOperation |
Copyright © 2021. All rights reserved.