Uses of Class
org.eclipse.persistence.internal.sessions.factories.model.SessionConfigs
-
Packages that use SessionConfigs Package Description org.eclipse.persistence.internal.sessions.factories org.eclipse.persistence.sessions.factories -
-
Uses of SessionConfigs in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type SessionConfigs Modifier and Type Method Description Map<String,Session>SessionsFactory. buildSessionConfigs(SessionConfigs eclipseLinkSessions, ClassLoader classLoader)INTERNAL: To build EclipseLink sessions, users must call this method with a SessionConfigs object returned from an OX read in theXMLSessionConfigLoader.static voidXMLSessionConfigWriter. write(SessionConfigs eclipseLinkSessions, Writer writer)Given the writer, and a SessionConfigs, this writes out the session XML file.static voidXMLSessionConfigWriter. write(SessionConfigs eclipseLinkSessions, String fileName)Given the file name (including path), and a SessionConfigs, this writes out the session XML file. -
Uses of SessionConfigs in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories that return SessionConfigs Modifier and Type Method Description SessionConfigsSessionManager. getInternalMWConfigObjects(String resourceName, ClassLoader objectClassLoader)INTERNAL: This method is to be used to load config objects for the Mapping Workbench only.SessionConfigsSessionManager. getInternalMWConfigObjects(String resourceName, ClassLoader objectClassLoader, boolean validate)INTERNAL: This method is to be used to load config objects for the Mapping Workbench only.SessionConfigsXMLSessionConfigLoader. loadConfigsForMappingWorkbench(ClassLoader loader)INTERNAL: This method is to be used to load config objects for the Mapping Workbench only.SessionConfigsXMLSessionConfigLoader. loadConfigsForMappingWorkbench(ClassLoader loader, boolean validate)INTERNAL: This method is to be used to load config objects for the Mapping Workbench only.
-