Package org.hibernate.cfg
Interface ProxoolSettings
- All Known Subinterfaces:
AvailableSettings,JdbcSettings
- All Known Implementing Classes:
Environment
public interface ProxoolSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA setting prefix used to indicate settings that target the hibernate-proxool integrationstatic final StringProxool property to configure the Proxool Provider from an already existing pool (true/false)static final StringProxool property with the Proxool pool alias to use (Required forPROXOOL_EXISTING_POOL,PROXOOL_PROPERTIES, orPROXOOL_XML)static final StringProxool property to configure the Proxool provider using a properties file (/path/to/proxool.properties)static final StringProxool property to configure the Proxool provider using an XML (/path/to/file.xml)
-
Field Details
-
PROXOOL_CONFIG_PREFIX
A setting prefix used to indicate settings that target the hibernate-proxool integration- See Also:
-
PROXOOL_XML
Proxool property to configure the Proxool provider using an XML (/path/to/file.xml)- See Also:
-
PROXOOL_PROPERTIES
Proxool property to configure the Proxool provider using a properties file (/path/to/proxool.properties)- See Also:
-
PROXOOL_EXISTING_POOL
Proxool property to configure the Proxool Provider from an already existing pool (true/false)- See Also:
-
PROXOOL_POOL_ALIAS
Proxool property with the Proxool pool alias to use (Required forPROXOOL_EXISTING_POOL,PROXOOL_PROPERTIES, orPROXOOL_XML)- See Also:
-