Uses of Class
org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
Packages that use XMLSessionConfigLoader Package Description org.eclipse.persistence.sessions.factories -
-
Uses of XMLSessionConfigLoader in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type XMLSessionConfigLoader Modifier and Type Method Description AbstractSessionSessionManager. getSession(XMLSessionConfigLoader loader)PUBLIC: Return the session by name, loading the configuration from the file specified in the loader, using the loading options provided on the loader.AbstractSessionSessionManager. getSession(XMLSessionConfigLoader loader, String sessionName, ClassLoader objectClassLoader)PUBLIC: Return the session by name, loading the configuration from the file specified in the XMLSessionConfigLoader.AbstractSessionSessionManager. getSession(XMLSessionConfigLoader loader, String sessionName, ClassLoader objectClassLoader, boolean shouldLoginSession, boolean shouldRefreshSession)PUBLIC: Return the session by name, loading the configuration from the file specified in the loader.AbstractSessionSessionManager. getSession(XMLSessionConfigLoader loader, String sessionName, ClassLoader objectClassLoader, boolean shouldLoginSession, boolean shouldRefreshSession, boolean shouldCheckClassLoader)PUBLIC: Return the session by name, loading the configuration from the file specified in the loader.
-