public class GenericManagerFactory extends Object implements SessionFactory
Modifier and Type | Field and Description |
---|---|
protected Class<? extends Session> |
managerImplementation |
Constructor and Description |
---|
GenericManagerFactory(Class<? extends Session> managerImplementation) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getSessionType() |
Session |
openSession() |
public Class<?> getSessionType()
getSessionType
in interface SessionFactory
public Session openSession()
openSession
in interface SessionFactory
Copyright © 2016 Alfresco. All rights reserved.