Class TimestampPrefixedUUID
- java.lang.Object
-
- com.ibm.fhir.persistence.jdbc.util.TimestampPrefixedUUID
-
- All Implemented Interfaces:
com.ibm.fhir.persistence.util.LogicalIdentityProvider
public class TimestampPrefixedUUID extends Object implements com.ibm.fhir.persistence.util.LogicalIdentityProvider
Provides identity strings using random UUID for uniqueness but prefixed with an encoded time string to improve database locality when used in b-tree indexes.
-
-
Constructor Summary
Constructors Constructor Description TimestampPrefixedUUID()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcreateNewIdentityValue()
-
-
-
Method Detail
-
createNewIdentityValue
public String createNewIdentityValue()
- Specified by:
createNewIdentityValuein interfacecom.ibm.fhir.persistence.util.LogicalIdentityProvider
-
-