
Package ca.uhn.fhir.jpa.model.entity
Class BaseResourceIndex
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.model.entity.BaseResourceIndex
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BaseResourceIndexedSearchParam
,ResourceIndexedComboTokenNonUnique
,ResourceLink
@MappedSuperclass
public abstract class BaseResourceIndex
extends BasePartitionable
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
abstract void
abstract <T extends BaseResourceIndex>
voidcopyMutableValuesFrom
(T theSource) abstract boolean
Subclasses must implementabstract Long
getId()
abstract int
hashCode()
Subclasses must implementabstract void
void
setPartitionId
(PartitionablePartitionId thePartitionId) Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, toString
-
Constructor Details
-
BaseResourceIndex
public BaseResourceIndex()
-
-
Method Details
-
getId
-
setId
-
calculateHashes
-
clearHashes
-
setPartitionId
- Overrides:
setPartitionId
in classBasePartitionable
-
hashCode
Subclasses must implement -
equals
Subclasses must implement -
copyMutableValuesFrom
-