Uses of Class
org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
Packages that use SessionConfig
Package
Description
-
Uses of SessionConfig in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type SessionConfigModifier and TypeMethodDescriptionprotected 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 SessionConfigMethods in org.eclipse.persistence.internal.sessions.factories.model with parameters of type SessionConfigModifier and TypeMethodDescriptionvoidSessionConfigs.addSessionConfig(SessionConfig sessionConfig) Method parameters in org.eclipse.persistence.internal.sessions.factories.model with type arguments of type SessionConfigModifier and TypeMethodDescriptionvoidSessionConfigs.setSessionConfigs(Vector<SessionConfig> sessionConfigs) -
Uses of SessionConfig in org.eclipse.persistence.internal.sessions.factories.model.session
Modifier and TypeClassDescriptionclassINTERNAL:classINTERNAL:classINTERNAL: