Class JpaPooledDataSourceFactoryBeanRegistrar.PooledDatasourceFactoryBean
java.lang.Object
com.broadleafcommerce.common.jpa.data.entitymanager.JpaPooledDataSourceFactoryBeanRegistrar.PooledDatasourceFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.FactoryBean<DataSource>
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.EnvironmentAware
- Enclosing class:
- JpaPooledDataSourceFactoryBeanRegistrar
public static class JpaPooledDataSourceFactoryBeanRegistrar.PooledDatasourceFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<DataSource>, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected boolean
boolean
org.springframework.core.env.Environment
org.springframework.beans.factory.ObjectProvider<ConnectionSchemaInitializer>
Class<? extends DataSource>
Class<com.zaxxer.hikari.HikariDataSource>
getType()
int
hashCode()
void
setDataSource
(DataSource dataSource) void
setDelegate
(DataSource delegate) void
setEnvironment
(org.springframework.core.env.Environment environment) void
setInitializers
(org.springframework.beans.factory.ObjectProvider<ConnectionSchemaInitializer> initializers) void
setProperties
(JpaPropertyRelated properties) void
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
PooledDatasourceFactoryBean
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
getObject
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<DataSource>
-
getObjectType
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<DataSource>
-
getRouteKey
-
getProperties
-
getType
-
getDelegate
-
getDataSource
-
getInitializers
@Nullable public org.springframework.beans.factory.ObjectProvider<ConnectionSchemaInitializer> getInitializers() -
getEnvironment
public org.springframework.core.env.Environment getEnvironment() -
setProperties
-
setType
-
setDelegate
-
setDataSource
-
setInitializers
public void setInitializers(@Nullable org.springframework.beans.factory.ObjectProvider<ConnectionSchemaInitializer> initializers) -
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment) - Specified by:
setEnvironment
in interfaceorg.springframework.context.EnvironmentAware
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-