Class DerbySpecifics

  • Direct Known Subclasses:
    DerbyEmbeddedSpecifics, DerbyServerSpecifics

    public abstract class DerbySpecifics
    extends DBSpecifics
    Derby-specific implementation of DB methods.

    This class is intended for potential updates of the database, if it sometime in the future needs to be updated. Since it is the first version of the database, no update method have yet been implemented.

    • Field Detail

      • log

        protected static final org.slf4j.Logger log
        The log.
    • Constructor Detail

      • DerbySpecifics

        public DerbySpecifics()