Module org.tentackle.persistence
Package org.tentackle.persist
Higher-level PDO-aware persistence implementation.
-
Interface Summary Interface Description LockManager Manager for token locks.TokenLock A token lock. -
Class Summary Class Description AbstractPersistentObject<T extends PersistentDomainObject<T>,P extends AbstractPersistentObject<T,P>> Base persistent implementation of a PDO.AbstractPersistentOperation<T extends Operation<T>,P extends AbstractPersistentOperation<T,P>> AAbstractPersistentOperationprovides methods that are not part ofPersistentOperations and is associated to aDomainContext.AdminExtensionAdapter Adapter hiding the rmi-stuff for the admin session extension.DefaultPersistenceDelegateLinker Default implementation ofPersistenceDelegateLinker.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 replacesDbUtilitiesfrom the tentackle-database module to make it PDO-aware.PersistentClassVariablesFactory Factory for class variables.PersistentObjectClassVariables<T extends PersistentDomainObject<T>,P extends AbstractPersistentObject<T,P>> ExtendsDbObjectClassVariablesforAbstractPersistentObjects.PersistentOperationClassVariables<T extends Operation<T>,P extends AbstractPersistentOperation<T,P>> ExtendsDbObjectClassVariablesforAbstractPersistentOperations.ResultSetCursor<T extends PersistentDomainObject<T>> A cursor for aResultSetWrapper.ResultSetCursor.FetchList<T> Adds a closed flag to saveObject a roundtrip in remote sessions.