Class JpaPid

java.lang.Object
ca.uhn.fhir.rest.api.server.storage.BaseResourcePersistentId<Long>
ca.uhn.fhir.jpa.model.dao.JpaPid
All Implemented Interfaces:
ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<Long>

public class JpaPid extends ca.uhn.fhir.rest.api.server.storage.BaseResourcePersistentId<Long>
JPA implementation of IResourcePersistentId. JPA uses a Long as the primary key. This class should be used in any context where the pid is known to be a Long.