| Package | Description |
|---|---|
| org.tentackle.persist |
Higher-level PDO-aware persistence implementation.
|
| org.tentackle.persist.ns |
Persistence implementation for number sources.
|
| org.tentackle.persist.security |
Persistence implementation for security rules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPersistentObject<T extends PersistentDomainObject<T>,P extends AbstractPersistentObject<T,P>>
AbstractApplication database object.
Extends AbstractDbObject with features necessary in nearly all
desktop enterprise applications. |
class |
PersistentObjectClassVariables<T extends PersistentDomainObject<T>,P extends AbstractPersistentObject<T,P>>
Extends
DbObjectClassVariables for AbstractPersistentObjects. |
| Modifier and Type | Method and Description |
|---|---|
<R extends PersistentDomainObject<R>> |
AbstractPersistentObject.getPersistenceClass(Class<R> clazz)
Gets the persistence class from a pdo class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPersistentObject.createAttributesInSnapshot(AbstractPersistentObject snapshot)
Updates the attributes in snapshot object.
The snapshot object is assumed to be a clone of this object. |
protected void |
AbstractPersistentObject.createComponentsInSnapshot(AbstractPersistentObject snapshot)
Updates the components in snapshot object.
The snapshot object is assumed to be a clone of this object. |
boolean |
PersistentObjectClassVariables.isEditAllowed(AbstractPersistentObject<?,?> object)
Check the edit permission for a PDO.
|
boolean |
PersistentObjectClassVariables.isReadAllowed(AbstractPersistentObject<?,?> object)
Check the read permission for a PDO.
|
boolean |
PersistentObjectClassVariables.isViewAllowed(AbstractPersistentObject<?,?> object)
Check the view permission for a PDO.
|
boolean |
PersistentObjectClassVariables.isWriteAllowed(AbstractPersistentObject<?,?> object)
Check the write permission for a PDO.
|
protected void |
AbstractPersistentObject.revertAttributesToSnapshot(AbstractPersistentObject snapshot)
Copies all attributes from a snapshot object back to this object.
|
protected void |
AbstractPersistentObject.revertComponentsToSnapshot(AbstractPersistentObject snapshot)
Reverts all components of this object to a given snapshot.
|
T |
AbstractPersistentObject.selectByTemplate(AbstractPersistentObject<T,P> template)
Selects an object according to a template object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NumberPoolPersistenceImpl
Number Space persistence implementation.
|
class |
NumberRangePersistenceImpl
Number Space persistence implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityPersistenceImpl
Security rule persistence implementation.
|
Tentackle - distributed, domain- and model-driven