- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BinaryData, Cable, CableArticle, CableType, CableTypeManufacturer, Connector, ConnectorManufacturer, Endpoint, GenericArtifact, History, InstallationPackage, Manufacturer, Query, QueryCondition
@MappedSuperclass
public class Persistable
extends Object
implements Serializable
This is a base class for all persistence classes and adds common features present in all of them, such as an id. It
should be extended by all classes that need to be persisted to the database.
- Author:
- Sunil Sah
- See Also:
- Serialized Form