Class FHIRDbFlavorImpl

  • All Implemented Interfaces:
    FHIRDbFlavor

    public class FHIRDbFlavorImpl
    extends java.lang.Object
    implements FHIRDbFlavor
    Describes the capability of the underlying database and the schema it has been configured with.
    • Constructor Summary

      Constructors 
      Constructor Description
      FHIRDbFlavorImpl​(DbType type, boolean multitenant)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DbType getType()
      What type of database is this?
      boolean isMultitenant()
      Does the database support multi-tenancy?
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FHIRDbFlavorImpl

        public FHIRDbFlavorImpl​(DbType type,
                                boolean multitenant)
    • Method Detail

      • isMultitenant

        public boolean isMultitenant()
        Description copied from interface: FHIRDbFlavor
        Does the database support multi-tenancy?
        Specified by:
        isMultitenant in interface FHIRDbFlavor
        Returns: