Interface PersistenceEntity<ID>
-
- Type Parameters:
ID- is the type of theprimary key.
- All Superinterfaces:
GenericEntity<ID>,Serializable
- All Known Subinterfaces:
RevisionedPersistenceEntity<ID>
public interface PersistenceEntity<ID> extends GenericEntity<ID>
- Since:
- 3.0.0
-
-
Method Summary
-
Methods inherited from interface com.devonfw.module.basic.common.api.entity.GenericEntity
getId, getModificationCounter, setId, setModificationCounter
-
-