| Interface | Description |
|---|---|
| ServiceFinder |
Finds service configurations.
|
| Class | Description |
|---|---|
| BasicStringHelper |
Provides Methods to format names of methods and variables.
|
| Binary<T> |
Datatype for storing arbitrary (binary) data in a database.
|
| BMoney |
Money value derived from BigDecimal.
A money value has a distinct and fixed scale that cannot change. |
| CommonCommonBundle |
Bundle for common-package in tentackle-common.
|
| Compare |
Some handy static methods to compare two Comparables even if
one or both are null-pointers.
|
| Constants |
Class holding constants for runtime and build-time.
|
| Date |
Date with database semantics.
|
| DefaultServiceFinder |
Default implementation of a
ServiceFinder. |
| DMoney |
A DMoney is the same as a BMoney but will be treated
differently when stored in the database.
A BMoney is stored as a DOUBLE for the value and an INTEGER for the scale. |
| ExceptionHelper |
Helper methods dealing with exceptions.
|
| FileHelper |
Helper methods for file handling.
|
| LocaleProvider |
A provider for the Locale.
|
| ServiceFactory |
Factory for services based on
ServiceFinder.This is the only factory that cannot be replaced by a @Service-annotation. |
| Time |
Time with database semantics.
|
| Timestamp |
Timestamp with UTC option.
|
| Version |
Holds Tentackle versioning information.
|
| Exception | Description |
|---|---|
| TentackleRuntimeException |
Tentackle runtime exception.
|
| Annotation Type | Description |
|---|---|
| Analyze |
Annotation to mark an annotation to be processed during the analyze-phase.
|
| AnnotationProcessor |
Annotation to express that the annotated class is an annotation processor.
|
| Bundle |
Annotation to express that the annotated class corresponds to a resource bundle.
|
| MappedService |
Annotation to mark an annotation to be processed by the ServiceAnalyzeHandler.
|
| RemoteMethod |
Annotation for manually written methods that must be analyzed
prior to wurbelization.
|
| Service |
Annotation to express that the annotated class
is a service implementation.
|
| ServiceName |
Annotation to express that the annotated class
is a service implementation.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.