| Interface | Description |
|---|---|
| PersistentObjectDAO<T extends PersistentObject> |
Interface for DAOs that operate on persistent objects
|
| TransactionalObject |
Implementations of this interface are objects that may partecipate into a
transaction.
|
| Class | Description |
|---|---|
| CorePlugin |
Plugin class for the Core plugin
|
| ExtendedAttribute |
This class defines the value of an attribute associated to an extensible
object.
|
| ExtensibleObject |
An extensible object is able to store an undeterminate number of attributes.
|
| HibernatePersistentObjectDAO<T extends PersistentObject> |
Hibernate implementation of
PersistentObjectDAO |
| PersistentObject |
This abstract class defines the minimum requirements of persistent objects.
|
| SystemInfo |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.