Uses of Class
org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
-
-
Uses of SessionConfig in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type SessionConfig Modifier and Type Method Description protected AbstractSessionSessionsFactory. buildSession(SessionConfig sessionConfig)INTERNAL: Build the correct session based on the session config typeprotected DatabaseSessionImplSessionsFactory. getSession(SessionConfig sessionConfig, Project project)INTERNAL: Return the correct session type from the sessionConfigprotected voidSessionsFactory. processSessionConfig(SessionConfig sessionConfig, AbstractSession session)INTERNAL: Process the common elements from a SessionConfig.protected voidSessionsFactory. processSessionCustomizer(SessionConfig sessionConfig, AbstractSession session)INTERNAL: Process the user inputed session customizer class. -
Uses of SessionConfig in org.eclipse.persistence.internal.sessions.factories.model
Methods in org.eclipse.persistence.internal.sessions.factories.model that return types with arguments of type SessionConfig Modifier and Type Method Description Vector<SessionConfig>SessionConfigs. getSessionConfigs()Methods in org.eclipse.persistence.internal.sessions.factories.model with parameters of type SessionConfig Modifier and Type Method Description voidSessionConfigs. addSessionConfig(SessionConfig sessionConfig)Method parameters in org.eclipse.persistence.internal.sessions.factories.model with type arguments of type SessionConfig Modifier and Type Method Description voidSessionConfigs. setSessionConfigs(Vector<SessionConfig> sessionConfigs) -
Uses of SessionConfig in org.eclipse.persistence.internal.sessions.factories.model.session
Subclasses of SessionConfig in org.eclipse.persistence.internal.sessions.factories.model.session Modifier and Type Class Description classDatabaseSessionConfigINTERNAL:classServerSessionConfigINTERNAL:classSessionBrokerConfigINTERNAL:
-