Module org.tentackle.persistence
Package org.tentackle.persist
package org.tentackle.persist
Higher-level PDO-aware persistence implementation.
-
ClassDescriptionAbstractPersistentObject<T extends PersistentDomainObject<T>,
P extends AbstractPersistentObject<T, P>> Base persistent implementation of a PDO.AAbstractPersistentOperationprovides methods that are not part ofPersistentOperations and is associated to aDomainContext.Adapter hiding the rmi-stuff for the admin session extension.Default implementation ofPersistenceDelegateLinker.PDO join.JoinedSelect<T extends PersistentDomainObject<T>>A joined select.Manager for token locks.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.The modification tracker for the tentackle persistence layer.Adapter for a remote session.
Hides the RMI stuff.PDO-aware implementation for a remote session factory.Persistence utility methods.
This singleton replacesDbUtilitiesfrom the tentackle-database module to make it PDO-aware.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.Adds a closed flag to saveObject a roundtrip in remote sessions.A token lock.