Uses of Class
ca.uhn.fhir.jpa.model.dao.JpaPid
-
Uses of JpaPid in ca.uhn.fhir.jpa.model.dao
Modifier and TypeMethodDescriptionJpaPidIdentifierBridge.fromDocumentIdentifier
(String documentIdentifier, org.hibernate.search.mapper.pojo.bridge.runtime.IdentifierBridgeFromDocumentIdentifierContext context) static JpaPid
JpaPid.fromId
(IdAndPartitionId theId) static JpaPid
static JpaPid
JpaPid.fromId
(Long theResourceId, PartitionablePartitionId thePartitionId) static JpaPid
static JpaPid
JpaPid.fromIdAndResourceType
(Long theId, String theResourceType) static JpaPid
JpaPid.fromIdAndVersion
(Long theId, Long theVersion) static JpaPid
JpaPid.fromIdAndVersionAndResourceType
(Long theId, Long theVersion, String theResourceType) JpaPidValueBridge.fromIndexedValue
(Long value, org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeFromIndexedValueContext context) JpaPid.setPartitionablePartitionId
(PartitionablePartitionId thePartitionablePartitionId) JpaPid.setPartitionIdIfNotAlreadySet
(Integer thePartitionId) JpaPidFk.toJpaPid()
Modifier and TypeMethodDescriptionint
static JpaPidFk
JpaPidIdentifierBridge.toDocumentIdentifier
(JpaPid propertyValue, org.hibernate.search.mapper.pojo.bridge.runtime.IdentifierBridgeToDocumentIdentifierContext context) JpaPidValueBridge.toIndexedValue
(JpaPid value, org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeToIndexedValueContext context) JpaPid.toLongList
(JpaPid[] thePids) Modifier and TypeMethodDescriptionJpaPid.toLongList
(Collection<JpaPid> thePids) JpaPid.toLongSet
(Collection<JpaPid> thePids) -
Uses of JpaPid in ca.uhn.fhir.jpa.model.entity
Modifier and TypeMethodDescriptionResourceTable.getId()
ResourceHistoryTable.getPersistentId()
ResourceTable.getPersistentId()
IBaseResourceEntity.getResourceId()
ResourceHistoryTable.getResourceId()
ResourceTable.getResourceId()
ResourceTag.getResourceId()
ResourceHistoryTag.getResourcePid()
ResourceSearchUrlEntity.getResourcePid()
ResourceLink.getSourceResourcePk()