Uses of Annotation Interface
org.tentackle.common.Service
Package
Description
Common classes for build- and runtime.
Low-level persistence layer implementation.
Persisted preferences implementation.
Low-level persistence layer remoting.
Domain layer implementation.
Extended FX layer.
Tentackle binding for FX.
Allows a regular class to be used in place of a view generated by
the
FXMLLoader
.FX rich desktop client API.
Security rules editing.
FX table support.
Bundle provider using the persistence layer.
Network- and I/O-support.
Logging support.
Log4J major release 2 logging provider.
SLF4J logging provider.
Miscellaneous stuff.
Everything that doesn't fit elsewhere.
Everything that doesn't fit elsewhere.
Entity model.
Default model implementation.
Number sources.
Persistent Domain Object Abstraction Layer.
Higher-level PDO-aware persistence implementation.
LockManager default implementation.
Higher-level PDO-aware persistence remoting.
Reflection support.
Scripting abstraction layer.
JSR-223 scripting.
Security.
All about permissions, rules and grantees.
All about permissions, rules and grantees.
The low-level core of sessions, persistent objects and operations.
SQL backend layer.
Backend implementations.
DataType implementations.
SQL metadata support.
Validation API.
-
Uses of Service in org.tentackle.common
Modifier and TypeClassDescription@interface
Annotation to express that the annotated class is an annotation processor.@interface
Annotation to override a service on the modulepath from the classpath.class
Default implementation of a bundle factory.class
Default implementation of aServiceFinder
.class
The default normalizer (works sufficiently for most western languages).class
A provider forLocale
s.
Supports thread-local locales and mapping of locales according to the application requirements.class
Naming rules for classnames.
Used at runtime to determine the remote delegates, at build-time by some wurblets, and by the wizard to generate PDO- and operation sources.
Can be replaced via@Service
for application-specific rules.class
Factory for services based onServiceFinder
. -
Uses of Service in org.tentackle.dbms
Modifier and TypeClassDescriptionclass
Factory for class variables.class
Utilities for diagnostic purposes with persistence extensions.class
Session factory for Db instances.class
The modification tracker for the tentackle persistence layer.class
SessionPool factory implementation.class
Default implementation for a remote session factory.class
class
Factory for transactions.
Collects duration statistics and monitors transactions.class
Persistence utility methods.
This singleton is provided mainly to allow a clean separation between the lower- and higher level persistence layer implementations.
It is replaced byPersistenceUtilities
from the tentackle-persistence module to make it PDO-aware.class
DefaultIdSourceConfigurator
.class
Default implementation of a modification log factory.class
Maintains a set of all open managed connections.
The connections are held by a weak reference and the set is cleaned up once a minute.
Optionally, idle connections withManagedConnection.isConnectionVerificationNecessary()
== true
will be verified (via dummy selects) periodically and to prevent premature closing by the database backend.class
Factory for modification types.
Basically maps character values to modification types. -
Uses of Service in org.tentackle.dbms.prefs
Modifier and TypeClassDescriptionclass
Repository and factory for database backed preferences. -
Uses of Service in org.tentackle.dbms.rmi
-
Uses of Service in org.tentackle.domain
-
Uses of Service in org.tentackle.fx
Modifier and TypeClassDescriptionclass
Default implementation ofFxFactory
.class
Default interactive error factory.@interface
Annotation for Tentackle FX-controllers.class
Utility methods for Fx.@interface
Annotation to forGraphicProvider
s.@interface
Annotation for value translators. -
Uses of Service in org.tentackle.fx.bind
Modifier and TypeClassDescriptionclass
Default implementation of a binding factory for Fx. -
Uses of Service in org.tentackle.fx.nofxml
Modifier and TypeClassDescriptionclass
The default implementation of anNoFXMLLinker
.
Injects the nodes, resources, invokes initialize and sets the view into the controller. -
Uses of Service in org.tentackle.fx.rdc
Modifier and TypeClassDescriptionclass
The default GUI provider factory.class
The default GUI provider factory.class
The default RDC factory.class
PDO-awareFxFactory
.class
FxUtilities
for RDC.class
RDC-related utility methods. -
Uses of Service in org.tentackle.fx.rdc.security
-
Uses of Service in org.tentackle.fx.rdc.table
-
Uses of Service in org.tentackle.fx.table
Modifier and TypeClassDescriptionclass
The default GUI provider factory.class
The default table configuration provider factory. -
Uses of Service in org.tentackle.i18n
Modifier and TypeClassDescriptionclass
Bundle control provider to use stored bundles.class
Factory for stored bundles.
Replaces theDefaultBundleFactory
. -
Uses of Service in org.tentackle.io
Modifier and TypeClassDescriptionclass
A simple reconnector.class
The factory for RMI socket factories. -
Uses of Service in org.tentackle.log
Modifier and TypeClassDescriptionclass
Default implementation for the logger factory.class
The MDC implementation for the java util logging.
Although MDC is not supported by the Java logging API and its formatters, this implementation keeps a thread-local map of properties so that there's no difference to the application concerning the effective logging provider. -
Uses of Service in org.tentackle.log.log4j2v
Modifier and TypeClassDescriptionclass
Pluggable logger usingorg.apache.log4j
.class
The Log4J mdc implementation. -
Uses of Service in org.tentackle.log.slf4j
Modifier and TypeClassDescriptionclass
Pluggable logger usingorg.slf4j
.class
The SLF4J mdc implementation. -
Uses of Service in org.tentackle.misc
Modifier and TypeClassDescriptionclass
Converts values to or from a string separated by delimiters.
Implements RFC 4180 as well.class
Utility methods related to thejava.time
API.class
Utilities for diagnostic purposes.class
Object utility methods. -
Uses of Service in org.tentackle.model
Modifier and TypeClassDescriptionclass
Factory for code snippets used by generators such as wurblets.class
Model utility methods.
May be replaced by project specific implementation via@Service
. -
Uses of Service in org.tentackle.model.impl
Modifier and TypeClassDescriptionclass
Model implementation.class
Default implementation of aNameVerifier
. -
Uses of Service in org.tentackle.ns
Modifier and TypeClassDescriptionclass
The default number source factory based onDefaultNumberSource
. -
Uses of Service in org.tentackle.pdo
Modifier and TypeClassDescriptionclass
Default domain context factory.class
The default operation factory.class
The default Pdo-Cache factory.class
The default PDO factory.class
Utility methods for PDOs. -
Uses of Service in org.tentackle.persist
Modifier and TypeClassDescriptionclass
Adapter hiding the rmi-stuff for the admin session extension.class
Default implementation ofPersistenceDelegateLinker
.class
The modification tracker for the tentackle persistence layer.class
PDO-aware implementation for a remote session factory.class
Persistence utility methods.
This singleton replacesDbUtilities
from the tentackle-database module to make it PDO-aware.class
Factory for class variables. -
Uses of Service in org.tentackle.persist.lock
-
Uses of Service in org.tentackle.persist.rmi
-
Uses of Service in org.tentackle.reflect
Modifier and TypeClassDescriptionclass
The default class mapper factory.class
Default implementation of an InterceptableFactory.class
Utility methods for interception handling. -
Uses of Service in org.tentackle.script
Modifier and TypeClassDescriptionclass
Default implementation of a script factory. -
Uses of Service in org.tentackle.script.jsr
Modifier and TypeClassDescriptionclass
Implementation of a script factory using JSR223. -
Uses of Service in org.tentackle.security
Modifier and TypeClassDescriptionclass
Default implementation of a security manager factory. -
Uses of Service in org.tentackle.session
Modifier and TypeClassDescriptionclass
The default master serial event handler factory.class
Default session info factory.class
Utility methods for session related stuff.class
Extended validation utilities.
Honors the field- and method-order by using the ordinal of thePersistent
-annotation, which is generated according to the model's definition.
As a result, the validators are invoked by priority + position in the source code. -
Uses of Service in org.tentackle.sql
Modifier and TypeClassDescriptionclass
Default implementation of a backend factory.class
Default implementation of a backend info factory.class
-
Uses of Service in org.tentackle.sql.backends
Modifier and TypeClassDescriptionclass
Backend for DB2.class
Backend for the H2 Database.class
Backend for Informix.class
Backend for MariaDB.class
Backend for MicrosoftSQL.class
Backend for MySQL.class
Backend for Oracle versions 12 or newer.class
Backend for older Oracle versions 8 to 11.
Requires a URL with type postfix"|Oracle8"
.class
Backend for Postgres. -
Uses of Service in org.tentackle.sql.datatypes
Modifier and TypeClassDescriptionclass
Datatype forBigDecimal
.class
Datatype forBinary
.class
Datatype forBMoney
.
Stored as two columns: the value in double precision the scale This type is sortable by the first column.final class
Datatype for the primitive typeboolean
.class
Datatype forBoolean
.final class
Datatype for the primitive typebyte
.class
Datatype forByte
.final class
Datatype for the primitive typechar
.class
Datatype forCharacter
.final class
Virtual type for application-specific wrapper classes implementingorg.tentackle.misc.Convertible
.class
Datatype forDate
.class
Datatype forDMoney
.
Stored as two columns: the value as a decimal without scale/li> the scale This type is not sortable by the database in a meaningful manner.final class
Datatype for the primitive typedouble
.class
Datatype forDouble
.final class
Datatype for the primitive typefloat
.class
Datatype forFloat
.class
Datatype forI18NText
.
Stored as one or two columns, depending on the backend.final class
Datatype forInstant
.final class
Datatype for the primitive typeint
.class
Datatype forInteger
.final class
Datatype for the large variant ofString
.final class
Datatype forLocalDateTime
.final class
Datatype forLocalDate
.final class
Datatype forLocalTime
.final class
Datatype for the primitive typelong
.class
Datatype forLong
.final class
Datatype forOffsetDateTime
.final class
Datatype forOffsetTime
.final class
Datatype for the primitive typeshort
.class
Datatype forShort
.class
Datatype forString
.class
Datatype forTimestamp
.class
Datatype forTime
.final class
Datatype forUUID
.final class
Datatype forZonedDateTime
. -
Uses of Service in org.tentackle.sql.metadata
Modifier and TypeClassDescriptionclass
Database metadata utility methods.
Replaceable by application specific implementation viaService
annotation. -
Uses of Service in org.tentackle.update
Modifier and TypeClassDescriptionclass
Utility methods to implement the application update.class
Utility methods to implement the application update. -
Uses of Service in org.tentackle.validate
Modifier and TypeClassDescriptionclass
Default implementation of aValidationContextFactory
.class
Default implementation of a validation scope factory.class
Default implementation of a validation severity factory.class
Default compound value factory for validators.class
Utilities for validation.class
Holds all fixed validators for a class.