Package org.silverpeas.core.persistence.datasource.model
-
Interface Summary Interface Description CompositeEntityIdentifier A composite entity identifier is a unique identifier that is made up of several identification values.Entity<E extends Entity<E,I>,I extends EntityIdentifier> An entity is an object managed or handled by Silverpeas and that can be persisted into a data source.EntityIdentifier All Silverpeas entities must use this interface for their identifier.ExternalEntityIdentifier When the primary identifier of an entity corresponds to an identifier of another entity, then the identifier must implement this interface.IdentifiableEntity An identifiable entity is a serializable business entity that is uniquely identifiable over the time and over different runtime. -
Class Summary Class Description EntityIdentifierConverter