ID - is the type of the primary key.public interface PersistenceEntity<ID> extends GenericEntity<ID>
GenericEntity representing the actual javax.persistence.Entity to be stored in the database (unlike
ETO).getId, getModificationCounter, setId, setModificationCounterCopyright © 2014–2019 devon4j-Team. All rights reserved.