
Package ca.uhn.fhir.jpa.model.entity
Class IndexedSearchParamIdentity
java.lang.Object
ca.uhn.fhir.jpa.model.entity.IndexedSearchParamIdentity
Stores unique hash identities along with the corresponding
sp_name
and res_type
values.
This entity is populated during read, write, or update operations on the HFJ_SPIDX_xxx
tables.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setHashIdentity
(Long theHashIdentity) void
setParamName
(String theParamName) void
setResourceType
(String theResourceType) void
setSpIdentityId
(Integer theSpIdentityId)
-
Field Details
-
SP_NAME_LENGTH
- See Also:
-
-
Constructor Details
-
IndexedSearchParamIdentity
public IndexedSearchParamIdentity()
-
-
Method Details
-
getSpIdentityId
-
setSpIdentityId
-
getHashIdentity
-
setHashIdentity
-
getResourceType
-
setResourceType
-
getParamName
-
setParamName
-