@Deprecated public class SessionFactoryFactoryBean<T> extends Object implements FactoryBean<SessionFactory<T>>
| Constructor and Description |
|---|
SessionFactoryFactoryBean(SessionFactory<T> sessionFactory,
boolean cacheSessions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SessionFactory<T> |
getObject()
Deprecated.
|
Class<?> |
getObjectType()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
public SessionFactoryFactoryBean(SessionFactory<T> sessionFactory, boolean cacheSessions)
public SessionFactory<T> getObject() throws Exception
getObject in interface FactoryBean<SessionFactory<T>>Exceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBean<SessionFactory<T>>public boolean isSingleton()
isSingleton in interface FactoryBean<SessionFactory<T>>