Interface ProxoolSettings

    • Field Detail

      • PROXOOL_CONFIG_PREFIX

        static final String PROXOOL_CONFIG_PREFIX
        A setting prefix used to indicate settings that target the hibernate-proxool integration
        See Also:
        Constant Field Values
      • PROXOOL_XML

        static final String PROXOOL_XML
        Proxool property to configure the Proxool provider using an XML (/path/to/file.xml)
        See Also:
        Constant Field Values
      • PROXOOL_PROPERTIES

        static final String PROXOOL_PROPERTIES
        Proxool property to configure the Proxool provider using a properties file (/path/to/proxool.properties)
        See Also:
        Constant Field Values
      • PROXOOL_EXISTING_POOL

        static final String PROXOOL_EXISTING_POOL
        Proxool property to configure the Proxool Provider from an already existing pool (true / false)
        See Also:
        Constant Field Values