| Class | Description |
|---|---|
| AbstractPersistentObject<T extends PersistentDomainObject<T>,P extends AbstractPersistentObject<T,P>> |
Abstract database object.
Extends AbstractDbObject with features necessary in nearly all
desktop enterprise applications. |
| AbstractPersistentOperation<T extends Operation<T>,P extends AbstractPersistentOperation<T,P>> |
A
AbstractPersistentOperation provides methods that are not part of PersistentOperations
and is associated to a DomainContext. |
| AdminExtensionAdapter |
Adapter hiding the rmi-stuff for the admin session extension.
|
| Join<T extends PersistentDomainObject<T>,J extends PersistentDomainObject<J>> |
PDO join.
|
| JoinedSelect<T extends PersistentDomainObject<T>> |
A joined select.
|
| NormText |
A helper class to create a normtext like string from a user's input.
It is intended to search in normtext columns of PDOs with LIKE or NOT LIKE. |
| PdoModificationTracker |
The modification tracker for the tentackle persistence layer.
|
| PdoRemoteSessionAdapter |
Adapter for a remote session.
Hides the RMI stuff. |
| PdoRemoteSessionFactory |
PDO-aware implementation for a remote session factory.
|
| PersistenceUtilities |
Persistence utility methods.
This singleton replaces DbUtilities from the tentackle-database module
to make it PDO-aware. |
| PersistentClassVariablesFactory |
Factory for class variables.
|
| PersistentObjectClassVariables<T extends PersistentDomainObject<T>,P extends AbstractPersistentObject<T,P>> |
Extends
DbObjectClassVariables for AbstractPersistentObjects. |
| PersistentOperationClassVariables<T extends Operation<T>,P extends AbstractPersistentOperation<T,P>> |
Extends
DbObjectClassVariables for AbstractPersistentOperations. |
| ResultSetCursor<T extends PersistentDomainObject<T>> |
A cursor for a
ResultSetWrapper. |
| ResultSetCursor.FetchList<T> |
Adds a closed flag to saveObject a roundtrip in remote sessions.
|
Tentackle - distributed, domain- and model-driven