Package org.hibernate.cfg
Interface ProxoolSettings
-
- All Known Subinterfaces:
AvailableSettings,JdbcSettings
- All Known Implementing Classes:
Environment
public interface ProxoolSettings
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROXOOL_CONFIG_PREFIXA setting prefix used to indicate settings that target the hibernate-proxool integrationstatic StringPROXOOL_EXISTING_POOLProxool property to configure the Proxool Provider from an already existing pool (true/false)static StringPROXOOL_POOL_ALIASProxool property with the Proxool pool alias to use (Required forPROXOOL_EXISTING_POOL,PROXOOL_PROPERTIES, orPROXOOL_XML)static StringPROXOOL_PROPERTIESProxool property to configure the Proxool provider using a properties file (/path/to/proxool.properties)static StringPROXOOL_XMLProxool property to configure the Proxool provider using an XML (/path/to/file.xml)
-
-
-
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
-
PROXOOL_POOL_ALIAS
static final String PROXOOL_POOL_ALIAS
Proxool property with the Proxool pool alias to use (Required forPROXOOL_EXISTING_POOL,PROXOOL_PROPERTIES, orPROXOOL_XML)- See Also:
- Constant Field Values
-
-