public class RepositorySessionFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<RepositorySessionFactory>
| Modifier and Type | Field and Description |
|---|---|
private static String |
BEAN_ID_SYS_PROPS |
private String |
id |
private org.slf4j.Logger |
logger |
private Properties |
properties |
| Constructor and Description |
|---|
RepositorySessionFactoryBean(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
protected RepositorySessionFactory |
createInstance() |
String |
getId() |
Class<RepositorySessionFactory> |
getObjectType() |
Properties |
getProperties() |
void |
setId(String id) |
void |
setProperties(Properties properties) |
private org.slf4j.Logger logger
private static final String BEAN_ID_SYS_PROPS
private Properties properties
public RepositorySessionFactoryBean(Properties properties)
public Class<RepositorySessionFactory> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<RepositorySessionFactory>getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<RepositorySessionFactory>protected RepositorySessionFactory createInstance() throws Exception
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<RepositorySessionFactory>Exceptionpublic Properties getProperties()
public void setProperties(Properties properties)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.