
Uses of Class
ca.uhn.fhir.jpa.model.dao.JpaPid
Packages that use JpaPid
-
Uses of JpaPid in ca.uhn.fhir.jpa.model.dao
Methods in ca.uhn.fhir.jpa.model.dao that return JpaPidModifier 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()
Methods in ca.uhn.fhir.jpa.model.dao that return types with arguments of type JpaPidMethods in ca.uhn.fhir.jpa.model.dao with parameters of type JpaPidModifier 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) Method parameters in ca.uhn.fhir.jpa.model.dao with type arguments of type JpaPidModifier and TypeMethodDescriptionJpaPid.toLongList
(Collection<JpaPid> thePids) JpaPid.toLongSet
(Collection<JpaPid> thePids) -
Uses of JpaPid in ca.uhn.fhir.jpa.model.entity
Methods in ca.uhn.fhir.jpa.model.entity that return JpaPidModifier and TypeMethodDescriptionResourceTable.getId()
ResourceHistoryTable.getPersistentId()
ResourceTable.getPersistentId()
IBaseResourceEntity.getResourceId()
ResourceHistoryTable.getResourceId()
ResourceTable.getResourceId()
ResourceTag.getResourceId()
ResourceHistoryTag.getResourcePid()
ResourceSearchUrlEntity.getResourcePid()
ResourceLink.getSourceResourcePk()
Methods in ca.uhn.fhir.jpa.model.entity with parameters of type JpaPid