Class MySqlConnectionSchemaInitializer
java.lang.Object
com.broadleafcommerce.common.jpa.data.MySqlConnectionSchemaInitializer
- All Implemented Interfaces:
ConnectionSchemaInitializer
,org.springframework.core.Ordered
MySql specific version of
ConnectionSchemaInitializer
- Author:
- Jeff Fischer
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getDriverFromUrl
(String url) int
getOrder()
boolean
initialize
(Connection toInitialize, String schema) Initialize the connection, setting the current schema for the connection session.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.common.jpa.data.ConnectionSchemaInitializer
forgetSchema, getRoot, rememberSchema, requiresInit
-
Constructor Details
-
MySqlConnectionSchemaInitializer
-
-
Method Details
-
initialize
Description copied from interface:ConnectionSchemaInitializer
Initialize the connection, setting the current schema for the connection session.- Specified by:
initialize
in interfaceConnectionSchemaInitializer
- Parameters:
toInitialize
- The connection from the datasource to initializeschema
- The schema to set as the default for the connection session- Returns:
- whether or not the initializer was qualified to operate on the connection and did indeed perform the initialization
-
getDriverFromUrl
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceConnectionSchemaInitializer
- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
-