Class PostgresResourceNoProcDAO

  • All Implemented Interfaces:
    FHIRDbDAO, ResourceDAO

    public class PostgresResourceNoProcDAO
    extends ResourceDAOImpl
    Data access object for writing FHIR resources to a PostgreSQL database. Like the Derby implementation, this version uses individual SQL statements instead of a stored procedure and is useful for debugging performance and/or concurrency issues. It should not be used in production scenarios because the numerous app-database round-trips slow things down considerably.