Enum | Description |
---|---|
Audit.Action |
Action performed type.
|
LifeCycleHookBinding.Operation | |
LifeCycleHookBinding.TransactionPhase |
Annotation Type | Description |
---|---|
ApiVersion |
Versions API Models.
|
Audit |
Audit configuration annotation.
|
Audits |
Audit configuration annotation repeatable.
|
ComputedAttribute |
Marks a method or field as a computed attribute that should be exposed via Elide regardless of whether or
not it is marked as Transient.
|
ComputedRelationship |
Marks a method or field as a computed relationship that should be exposed via Elide regardless of whether or
not it is marked as Transient.
|
CreatePermission |
Assign custom Create permission checks.
|
DeletePermission |
Assign custom Delete permission checks.
|
Exclude |
Restricts access to given entity or entity attribute/relationship.
|
FilterExpressionPath |
Builds multi-bean properties path for FilterExpressionCheck.
|
Include |
Allows access to given entity.
|
LifeCycleHookBinding |
Executes arbitrary logic (a lifecycle hook) when an Elide model is read or written.
|
LifeCycleHookBindings |
A group of repeatable LifeCycleHookBinding annotations.
|
MappedInterface |
Used to annotate interfaces that represent mapped entities.
|
NonTransferable |
Marks that the given entity cannot be added to another collection after creation of the entity.
|
OnCreatePostCommit | Deprecated |
OnCreatePreCommit | Deprecated |
OnCreatePreSecurity | Deprecated |
OnDeletePostCommit | Deprecated |
OnDeletePreCommit | Deprecated |
OnDeletePreSecurity | Deprecated |
OnReadPostCommit | Deprecated |
OnReadPreCommit | Deprecated |
OnReadPreSecurity | Deprecated |
OnUpdatePostCommit | Deprecated |
OnUpdatePreCommit | Deprecated |
OnUpdatePreSecurity | Deprecated |
Paginate |
Allows pagination options to be set with querying of an entity.
|
PATCH |
Indicates that the annotated method responds to HTTP PATCH requests.
|
ReadPermission |
Assign custom Read permission checks.
|
SecurityCheck |
A convenience annotation that help you register elide check.
|
ToMany |
Marks a method or field as a relationship that should be exposed via Elide Despite JPA bindings.
|
ToOne |
Marks a method or field as a relationship that should be exposed via Elide Despite JPA bindings.
|
UpdatePermission |
Assign custom Update permission checks.
|
Copyright © 2015–2021 Yahoo! Inc.. All rights reserved.