Uses of Interface
org.linuxforhealth.fhir.persistence.util.LogicalIdentityProvider
-
Packages that use LogicalIdentityProvider Package Description org.linuxforhealth.fhir.persistence.jdbc.util -
-
Uses of LogicalIdentityProvider in org.linuxforhealth.fhir.persistence.jdbc.util
Classes in org.linuxforhealth.fhir.persistence.jdbc.util that implement LogicalIdentityProvider Modifier and Type Class Description class
TimestampPrefixedUUID
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.
-