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 String
PROXOOL_CONFIG_PREFIX
A setting prefix used to indicate settings that target the hibernate-proxool integrationstatic String
PROXOOL_EXISTING_POOL
Proxool property to configure the Proxool Provider from an already existing pool (true
/false
)static String
PROXOOL_POOL_ALIAS
Proxool property with the Proxool pool alias to use (Required forPROXOOL_EXISTING_POOL
,PROXOOL_PROPERTIES
, orPROXOOL_XML
)static String
PROXOOL_PROPERTIES
Proxool property to configure the Proxool provider using a properties file (/path/to/proxool.properties
)static String
PROXOOL_XML
Proxool 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
-
-