Class ResourceSearchUrlEntity

java.lang.Object
ca.uhn.fhir.jpa.model.entity.ResourceSearchUrlEntity

@Entity public class ResourceSearchUrlEntity extends Object
This entity is used to enforce uniqueness on a given search URL being used as a conditional operation URL, e.g. a conditional create or a conditional update. When we perform a conditional operation that is creating a new resource, we store an entity with the conditional URL in this table. The URL is the PK of the table, so the database ensures that two concurrent threads don't accidentally create two resources with the same conditional URL.