Uses of Class
org.eclipse.persistence.internal.sessions.factories.model.SessionConfigs
Packages that use SessionConfigs
Package
Description
-
Uses of SessionConfigs in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type SessionConfigsModifier and TypeMethodDescriptionSessionsFactory.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 SessionConfigsModifier and TypeMethodDescriptionSessionManager.getInternalMWConfigObjects(String resourceName, ClassLoader objectClassLoader) INTERNAL: This method is to be used to load config objects for the Mapping Workbench only.SessionManager.getInternalMWConfigObjects(String resourceName, ClassLoader objectClassLoader, boolean validate) INTERNAL: This method is to be used to load config objects for the Mapping Workbench only.XMLSessionConfigLoader.loadConfigsForMappingWorkbench(ClassLoader loader) INTERNAL: This method is to be used to load config objects for the Mapping Workbench only.XMLSessionConfigLoader.loadConfigsForMappingWorkbench(ClassLoader loader, boolean validate) INTERNAL: This method is to be used to load config objects for the Mapping Workbench only. -
Uses of SessionConfigs in org.eclipse.persistence.tools.dbws
Methods in org.eclipse.persistence.tools.dbws that return SessionConfigsModifier and TypeMethodDescriptionDBWSPackager.buildSessionsXML(OutputStream dbwsSessionsStream, DBWSBuilder builder) GlassfishPackager.buildSessionsXML(OutputStream dbwsSessionsStream, DBWSBuilder builder) JBossPackager.buildSessionsXML(OutputStream dbwsSessionsStream, DBWSBuilder builder) JDevPackager.buildSessionsXML(OutputStream dbwsSessionsStream, DBWSBuilder builder) WeblogicPackager.buildSessionsXML(OutputStream dbwsSessionsStream, DBWSBuilder builder) WebSpherePackager.buildSessionsXML(OutputStream dbwsSessionsStream, DBWSBuilder builder) XRPackager.buildSessionsXML(OutputStream dbwsSessionsStream, DBWSBuilder builder) Methods in org.eclipse.persistence.tools.dbws with parameters of type SessionConfigsModifier and TypeMethodDescriptionstatic voidWeblogicPackager.buildDatabaseSessionConfig(SessionConfigs ts, DatabaseSessionConfig tmpConfig, DBWSBuilder builder)