Uses of Annotation Interface
org.tentackle.common.MappedService
Package
Description
Extended FX layer.
FX rich desktop client API.
FX table support.
Persistent Domain Object Abstraction Layer.
Reflection support.
Security.
All about permissions, rules and grantees.
All about permissions, rules and grantees.
The low-level core of sessions, persistent objects and operations.
Validation API.
Predefined validators.
-
Uses of MappedService in org.tentackle.fx
Modifier and TypeClassDescription@interface
Annotation to express that the annotated class is a builder for a given class.@interface
Annotation to express that the annotated class is a configurator for a given class. -
Uses of MappedService in org.tentackle.fx.rdc
Modifier and TypeClassDescription@interface
Annotation to express that the annotated class is aGuiProvider
for PDO.@interface
Annotation to express that the annotated class is aPdoTableContextMenuItem
.@interface
Annotation to express that the annotated class is aPdoTreeContextMenuItem
.@interface
Annotation to express that the annotated class is aPdoTreeTableContextMenuItem
. -
Uses of MappedService in org.tentackle.fx.table
Modifier and TypeClassDescription@interface
Annotation to express that the annotated class is aTableCellType
.@interface
Annotation to express that the annotated class is aTableConfigurationProvider
. -
Uses of MappedService in org.tentackle.pdo
Modifier and TypeClassDescription@interface
Annotation to express that the annotated class is an implementation of the domain logic for a given PDO type.@interface
Annotation to express that the annotated class is an implementation of the domain logic for a given operation type.@interface
Annotation to express that the annotated class is an implementation of the persistence logic for a given PDO type.@interface
Annotation to express that the annotated class is an implementation of the domain logic for a given operation type.@interface
Annotation to describe the name of multiple PDOs.@interface
Annotation to describe the name of a single PDO.@interface
Annotation to describe a transaction retry policy. -
Uses of MappedService in org.tentackle.reflect
Modifier and TypeClassDescription@interface
Annotation to express that the annotated class is a persistence service for PDO. -
Uses of MappedService in org.tentackle.security
Modifier and TypeClassDescription@interface
Annotation to express that the annotated class is an implementation of a permission. -
Uses of MappedService in org.tentackle.session
Modifier and TypeClassDescription@interface
Annotation for the class id of a persistent object.@interface
-
Uses of MappedService in org.tentackle.validate
Modifier and TypeClassDescription@interface
Annotation to express that the annotated class is an implementation of a validation scope.@interface
Annotation to express that the annotated class is an implementation of a validation severity. -
Uses of MappedService in org.tentackle.validate.validator
Modifier and TypeClassDescription@interface
Annotation for a script converter for validator messages.@interface
Annotation for a script converter for validation and condition scripts.