Package org.silverpeas.core.persistence.datasource
Defines the default Persistence API for Silverpeas. It provides interfaces and classes for
persisting a large of kinds of data into datasource (usually a database). Currently it wraps
JPA for the persistence with databases.
- Author:
- mmoquillon
-
Class Summary Class Description OperationContext This class permits to give details about operation actions (save action for now), especially the user who is the trigger of the operation.PersistenceOperation A persistence operation.SQLDateTimeConstants Some constants to take care when converting dates and date times to their database counterpart. -
Enum Summary Enum Description OperationContext.State -
Annotation Types Summary Annotation Type Description PersistOperation Annotation to qualify an implementation ofPersistenceOperation
as being a persist operation.UpdateOperation Annotation to qualify an implementation ofPersistenceOperation
as being an update operation.