Uses of Interface
org.tentackle.pdo.OperationProvider
Package
Description
Domain layer implementation.
Persistent Domain Object Abstraction Layer.
Higher-level PDO-aware persistence implementation.
-
Uses of OperationProvider in org.tentackle.domain
Modifier and TypeClassDescriptionclass
AbstractDomainOperation<T extends Operation<T>,
D extends AbstractDomainOperation<T, D>> The abstract domain operation. -
Uses of OperationProvider in org.tentackle.pdo
Modifier and TypeInterfaceDescriptioninterface
DomainOperation<T extends Operation<T>>
Interface for the domain part of an operation.interface
An operation.interface
PersistentOperation<T extends Operation<T>>
Interface for the persistence part of an operation.Modifier and TypeClassDescriptionclass
DummyPersistentOperation<T extends Operation<T>>
Dummy persistent delegate if operation provides only the domain part. -
Uses of OperationProvider in org.tentackle.persist
Modifier and TypeClassDescriptionclass
AbstractPersistentOperation<T extends Operation<T>,
P extends AbstractPersistentOperation<T, P>> AAbstractPersistentOperation
provides methods that are not part ofPersistentOperation
s and is associated to aDomainContext
.