Uses of Class
org.eclipse.persistence.sessions.factories.SessionManager
-
Packages that use SessionManager Package Description org.eclipse.persistence.sessions.factories -
-
Uses of SessionManager in org.eclipse.persistence.sessions.factories
Fields in org.eclipse.persistence.sessions.factories declared as SessionManager Modifier and Type Field Description protected static SessionManagerSessionManager. managerMethods in org.eclipse.persistence.sessions.factories that return SessionManager Modifier and Type Method Description static SessionManagerSessionManager. getManager()PUBLIC: Return the session manager for current context.protected static SessionManagerSessionManager. initializeManager()INTERNAL: Initialize the singleton session manager.Methods in org.eclipse.persistence.sessions.factories that return types with arguments of type SessionManager Modifier and Type Method Description static Collection<SessionManager>SessionManager. getAllManagers()ADVANCED: Return all session managers.Methods in org.eclipse.persistence.sessions.factories with parameters of type SessionManager Modifier and Type Method Description booleanXMLSessionConfigLoader. load(SessionManager sessionManager, ClassLoader loader)INTERNAL: This method instantiates the parser and builds the document based on the schema.static voidSessionManager. setManager(SessionManager theManager)INTERNAL: Set the singleton session manager.
-