Package org.hibernate.cfg

Interface C3p0Settings

    • Field Detail

      • C3P0_CONFIG_PREFIX

        static final String C3P0_CONFIG_PREFIX
        A setting prefix used to indicate settings that target the hibernate-c3p0 integration
        See Also:
        Constant Field Values
      • C3P0_ACQUIRE_INCREMENT

        static final String C3P0_ACQUIRE_INCREMENT
        Number of connections acquired when pool is exhausted
        See Also:
        Constant Field Values
      • C3P0_IDLE_TEST_PERIOD

        static final String C3P0_IDLE_TEST_PERIOD
        Idle time before a C3P0 pooled connection is validated
        See Also:
        Constant Field Values