Uses of Class
org.eclipse.persistence.internal.sessions.factories.model.log.LogConfig
-
-
Uses of LogConfig in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type LogConfig Modifier and Type Method Description protected SessionLogSessionsFactory. buildSessionLog(LogConfig logConfig, AbstractSession session)INTERNAL:protected voidSessionsFactory. processLogConfig(LogConfig logConfig, SessionLog log)INTERNAL: -
Uses of LogConfig in org.eclipse.persistence.internal.sessions.factories.model.log
Subclasses of LogConfig in org.eclipse.persistence.internal.sessions.factories.model.log Modifier and Type Class Description classDefaultSessionLogConfigINTERNAL:classJavaLogConfigINTERNAL:classServerLogConfigINTERNAL: -
Uses of LogConfig in org.eclipse.persistence.internal.sessions.factories.model.session
Methods in org.eclipse.persistence.internal.sessions.factories.model.session that return LogConfig Modifier and Type Method Description LogConfigSessionConfig. getLogConfig()Methods in org.eclipse.persistence.internal.sessions.factories.model.session with parameters of type LogConfig Modifier and Type Method Description voidSessionConfig. setLogConfig(LogConfig logConfig)
-