Class ConnectionProperties
- java.lang.Object
-
- com.broadleafcommerce.common.jpa.data.ConnectionProperties
-
@ConfigurationProperties("broadleaf.connection") public class ConnectionProperties extends ObjectProperties related to connection initialization, specifically for use withConnectionSchemaInitializerinstances.- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description ConnectionProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()booleanisCreateSchemaIfNotExists()Whether or not to create the requested schema (if it does not already exist) before altering the current session to use that schema.voidsetCreateSchemaIfNotExists(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.StringtoString()
-
-
-
Method Detail
-
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.
-
canEqual
protected boolean canEqual(Object other)
-
-