Package com.logicaldoc.core
Core plug-in that contains the most important domain objects
- Since:
- 1.0
-
Interface Summary Interface Description PersistentObjectDAO<T extends PersistentObject> Interface for DAOs that operate on persistent objectsTransactionalObject Implementations of this interface are objects that may participate into a transaction -
Class Summary Class Description CorePlugin Plugin class for the Core pluginHibernatePersistentObjectDAO<T extends PersistentObject> Hibernate implementation ofPersistentObjectDAO
History Superclass for history entriesPersistenceObjectInterceptor Takes care about updating the last modified date of a persistence objectPersistentObject This abstract class defines the minimum requirements of persistent objects.SystemInfo -
Enum Summary Enum Description RunLevel Represents an operative status of the whole application. -
Exception Summary Exception Description PersistenceException Raised when a problem happens in the data layer.