Uses of Annotation Interface
org.tentackle.common.Service
Packages that use 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
Classes in org.tentackle.common with annotations of type ServiceModifier and TypeClassDescription@interfaceAnnotation to express that the annotated class is an annotation processor.@interfaceAnnotation to override a service on the modulepath from the classpath.classDefault implementation of a bundle factory.classDefault implementation of aServiceFinder.classThe default normalizer (works sufficiently for most western languages).classA provider forLocales.
Supports thread-local locales and mapping of locales according to the application requirements.classNaming 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@Servicefor application-specific rules.classFactory for services based onServiceFinder. -
Uses of Service in org.tentackle.dbms
Classes in org.tentackle.dbms with annotations of type ServiceModifier and TypeClassDescriptionclassFactory for class variables.classUtilities for diagnostic purposes with persistence extensions.classSession factory for Db instances.classThe modification tracker for the tentackle persistence layer.classSessionPool factory implementation.classDefault implementation for a remote session factory.classclassFactory for transactions.
Collects duration statistics and monitors transactions.classPersistence utility methods.
This singleton is provided mainly to allow a clean separation between the lower- and higher level persistence layer implementations.
It is replaced byPersistenceUtilitiesfrom the tentackle-persistence module to make it PDO-aware.classDefaultIdSourceConfigurator.classDefault implementation of a modification log factory.classMaintains 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()== truewill be verified (via dummy selects) periodically and to prevent premature closing by the database backend.classFactory for modification types.
Basically maps character values to modification types.classOn demand SQL statement tracer.
Primarily used to trace usage of certain SQL statements on demand at runtime. -
Uses of Service in org.tentackle.dbms.prefs
Classes in org.tentackle.dbms.prefs with annotations of type ServiceModifier and TypeClassDescriptionclassRepository and factory for database backed preferences. -
Uses of Service in org.tentackle.dbms.rmi
Classes in org.tentackle.dbms.rmi with annotations of type Service -
Uses of Service in org.tentackle.domain
Classes in org.tentackle.domain with annotations of type Service -
Uses of Service in org.tentackle.fx
Classes in org.tentackle.fx with annotations of type ServiceModifier and TypeClassDescriptionclassDefault implementation ofFxFactory.classDefault interactive error factory.@interfaceAnnotation for Tentackle FX-controllers.classUtility methods for Fx.@interfaceAnnotation to forGraphicProviders.@interfaceAnnotation for value translators. -
Uses of Service in org.tentackle.fx.bind
Classes in org.tentackle.fx.bind with annotations of type ServiceModifier and TypeClassDescriptionclassDefault implementation of a binding factory for Fx. -
Uses of Service in org.tentackle.fx.nofxml
Classes in org.tentackle.fx.nofxml with annotations of type ServiceModifier and TypeClassDescriptionclassThe 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
Classes in org.tentackle.fx.rdc with annotations of type ServiceModifier and TypeClassDescriptionclassThe default GUI provider factory.classThe default GUI provider factory.classThe default RDC factory.classPDO-awareFxFactory.classFxUtilitiesfor RDC.classRDC-related utility methods. -
Uses of Service in org.tentackle.fx.rdc.security
Classes in org.tentackle.fx.rdc.security with annotations of type Service -
Uses of Service in org.tentackle.fx.rdc.table
Classes in org.tentackle.fx.rdc.table with annotations of type Service -
Uses of Service in org.tentackle.fx.table
Classes in org.tentackle.fx.table with annotations of type ServiceModifier and TypeClassDescriptionclassThe default GUI provider factory.classThe default table configuration provider factory. -
Uses of Service in org.tentackle.i18n
Classes in org.tentackle.i18n with annotations of type ServiceModifier and TypeClassDescriptionclassBundle control provider to use stored bundles.classFactory for stored bundles.
Replaces theDefaultBundleFactory. -
Uses of Service in org.tentackle.io
Classes in org.tentackle.io with annotations of type ServiceModifier and TypeClassDescriptionclassA simple reconnector.classThe factory for RMI socket factories. -
Uses of Service in org.tentackle.log
Classes in org.tentackle.log with annotations of type ServiceModifier and TypeClassDescriptionclassDefault implementation for the logger factory.classThe 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
Classes in org.tentackle.log.log4j2v with annotations of type ServiceModifier and TypeClassDescriptionclassPluggable logger usingorg.apache.log4j.classThe Log4J mdc implementation. -
Uses of Service in org.tentackle.log.slf4j
Classes in org.tentackle.log.slf4j with annotations of type ServiceModifier and TypeClassDescriptionclassPluggable logger usingorg.slf4j.classThe SLF4J mdc implementation. -
Uses of Service in org.tentackle.misc
Classes in org.tentackle.misc with annotations of type ServiceModifier and TypeClassDescriptionclassConverts values to or from a string separated by delimiters.
Implements RFC 4180 as well.classUtility methods related to thejava.timeAPI.classUtilities for diagnostic purposes.classObject utility methods.@interfaceAnnotation forPropertiesResources.class -
Uses of Service in org.tentackle.model
Classes in org.tentackle.model with annotations of type ServiceModifier and TypeClassDescriptionclassFactory for code snippets used by generators such as wurblets.classModel utility methods.
May be replaced by project specific implementation via@Service. -
Uses of Service in org.tentackle.model.impl
Classes in org.tentackle.model.impl with annotations of type ServiceModifier and TypeClassDescriptionclassModel implementation.classDefault implementation of aNameVerifier. -
Uses of Service in org.tentackle.ns
Classes in org.tentackle.ns with annotations of type ServiceModifier and TypeClassDescriptionclassThe default number source factory based onDefaultNumberSource. -
Uses of Service in org.tentackle.pdo
Classes in org.tentackle.pdo with annotations of type ServiceModifier and TypeClassDescriptionclassDefault domain context factory.classThe default operation factory.classThe default Pdo-Cache factory.classThe default PDO factory.classUtility methods for PDOs. -
Uses of Service in org.tentackle.persist
Classes in org.tentackle.persist with annotations of type ServiceModifier and TypeClassDescriptionclassAdapter hiding the rmi-stuff for the admin session extension.classDefault implementation ofPersistenceDelegateLinker.classThe modification tracker for the tentackle persistence layer.classPDO-aware implementation for a remote session factory.classPersistence utility methods.
This singleton replacesDbUtilitiesfrom the tentackle-database module to make it PDO-aware.classFactory for class variables. -
Uses of Service in org.tentackle.persist.lock
Classes in org.tentackle.persist.lock with annotations of type Service -
Uses of Service in org.tentackle.persist.rmi
Classes in org.tentackle.persist.rmi with annotations of type Service -
Uses of Service in org.tentackle.reflect
Classes in org.tentackle.reflect with annotations of type ServiceModifier and TypeClassDescriptionclassThe default class mapper factory.classDefault implementation of an InterceptableFactory.classUtility methods for interception handling. -
Uses of Service in org.tentackle.script
Classes in org.tentackle.script with annotations of type ServiceModifier and TypeClassDescriptionclassDefault implementation of a script factory. -
Uses of Service in org.tentackle.script.jsr
Classes in org.tentackle.script.jsr with annotations of type ServiceModifier and TypeClassDescriptionclassImplementation of a script factory using JSR223. -
Uses of Service in org.tentackle.security
Classes in org.tentackle.security with annotations of type ServiceModifier and TypeClassDescriptionclassDefault implementation of a security factory. -
Uses of Service in org.tentackle.session
Classes in org.tentackle.session with annotations of type ServiceModifier and TypeClassDescriptionclassThe default master serial event handler factory.classDefault session info factory.classUtility methods for session related stuff.classExtended 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
Classes in org.tentackle.sql with annotations of type ServiceModifier and TypeClassDescriptionclassDefault implementation of a backend factory.classDefault implementation of a backend info factory.class -
Uses of Service in org.tentackle.sql.backends
Classes in org.tentackle.sql.backends with annotations of type ServiceModifier and TypeClassDescriptionclassBackend for DB2.classBackend for the H2 Database.classBackend for Informix.classBackend for MariaDB.classBackend for MicrosoftSQL.classBackend for MySQL.classBackend for Oracle versions 12 or newer.classBackend for older Oracle versions 8 to 11.
Requires a URL with type postfix"|Oracle8".classBackend for Postgres. -
Uses of Service in org.tentackle.sql.datatypes
Classes in org.tentackle.sql.datatypes with annotations of type ServiceModifier and TypeClassDescriptionclassDatatype forBigDecimal.classDatatype forBinary.classDatatype forBMoney.
Stored as two columns: the value in double precision the scale This type is sortable by the first column.final classDatatype for the primitive typeboolean.classDatatype forBoolean.final classDatatype for the primitive typebyte.classDatatype forByte.final classDatatype for the primitive typechar.classDatatype forCharacter.final classVirtual type for application-specific wrapper classes implementingorg.tentackle.misc.Convertible.classDatatype forDate.classDatatype 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 classDatatype for the primitive typedouble.classDatatype forDouble.final classDatatype for the primitive typefloat.classDatatype forFloat.classDatatype forI18NText.
Stored as one or two columns, depending on the backend.final classDatatype forInstant.final classDatatype for the primitive typeint.classDatatype forInteger.final classDatatype for the large variant ofString.final classDatatype forLocalDateTime.final classDatatype forLocalDate.final classDatatype forLocalTime.final classDatatype for the primitive typelong.classDatatype forLong.final classDatatype forOffsetDateTime.final classDatatype forOffsetTime.final classDatatype for the primitive typeshort.classDatatype forShort.classDatatype forString.classDatatype forTimestamp.classDatatype forTime.final classDatatype forUUID.final classDatatype forZonedDateTime. -
Uses of Service in org.tentackle.sql.metadata
Classes in org.tentackle.sql.metadata with annotations of type ServiceModifier and TypeClassDescriptionclassDatabase metadata utility methods.
Replaceable by application specific implementation viaServiceannotation. -
Uses of Service in org.tentackle.update
Classes in org.tentackle.update with annotations of type ServiceModifier and TypeClassDescriptionclassUtility methods to implement the application update.classUtility methods to implement the application update. -
Uses of Service in org.tentackle.validate
Classes in org.tentackle.validate with annotations of type ServiceModifier and TypeClassDescriptionclassDefault implementation of aValidationContextFactory.classDefault implementation of a validation scope factory.classDefault implementation of a validation severity factory.classDefault compound value factory for validators.classUtilities for validation.classHolds all fixed validators for a class.