Class ConnectionProperties
java.lang.Object
com.broadleafcommerce.common.jpa.data.ConnectionProperties
Properties related to connection initialization, specifically for use with
ConnectionSchemaInitializer
instances.- Author:
- Jeff Fischer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
Whether or not to create the requested schema (if it does not already exist) before altering the current session to use that schema.void
setCreateSchemaIfNotExists
(boolean createSchemaIfNotExists) Whether or not to create the requested schema (if it does not already exist) before altering the current session to use that schema.toString()
-
Constructor Details
-
ConnectionProperties
public ConnectionProperties()
-
-
Method Details
-
isCreateSchemaIfNotExists
public boolean isCreateSchemaIfNotExists()Whether or not to create the requested schema (if it does not already exist) before altering the current session to use that schema. -
setCreateSchemaIfNotExists
public void setCreateSchemaIfNotExists(boolean createSchemaIfNotExists) Whether or not to create the requested schema (if it does not already exist) before altering the current session to use that schema. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-