public class RepositorySessionFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<RepositorySessionFactory>
| 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) |
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 String getId()
public void setId(String id)
public Properties getProperties()
public void setProperties(Properties properties)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.