Class DatabaseApiUtil


  • public final class DatabaseApiUtil
    extends java.lang.Object

    Static utility methods for the Model Manager API.

    Use the api() method to return an instance of DatabaseApi — the main API entry point for accessing Model Manager databases. Use the param() method to return an instance of DatabaseApiParamGenerators — a factory for generators of input parameters used in the Model Manager database API when performing advanced database operations.

    • Constructor Detail

      • DatabaseApiUtil

        private DatabaseApiUtil()
    • Method Detail

      • api

        public static DatabaseApi api()
        Get the main entry point for the Model Manager database API.
        Returns:
        The main entry point for the Model Manager database API.
      • param

        public static DatabaseApiParamGenerators param()

        Get a factory object used to create so-called generators for database input parameters.

        The generators created by the returned factory object are used when specifying options and other input for advanced database operations in the Model Manager database API.

        Returns:
        A factory object used to create generators for database input parameters.