Uses of Class
org.linuxforhealth.fhir.persistence.params.database.PlainParamValueProcessor
-
Packages that use PlainParamValueProcessor Package Description org.linuxforhealth.fhir.persistence.params.database -
-
Uses of PlainParamValueProcessor in org.linuxforhealth.fhir.persistence.params.database
Subclasses of PlainParamValueProcessor in org.linuxforhealth.fhir.persistence.params.database Modifier and Type Class Description class
DistributedPostgresParamValueProcessor
For the DISTRIBUTED schema variant used on databases such as Citus, we can't use IDENTITY columns.class
PlainDerbyParamValueProcessor
Derby variant of the plain schema param value processor which is needed because Derby needs slightly different syntax for some queries and in particular, we need to be very careful issuing both SQL and DML in a specific order to avoid deadlocks due to compatibility issues with shared (S) and exclusive (X) locks in Derby.class
PlainPostgresParamValueProcessor
PostgreSQL variant of the remote index message handler
-