public class LoggingSessionFactory extends Object implements SessionFactory
| Modifier and Type | Field and Description |
|---|---|
protected LoggingListener |
loggingListener |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
LoggingSessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
LoggingListener |
getLoggingListener() |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
Class<?> |
getSessionType() |
Session |
openSession(CommandContext commandContext) |
void |
setLoggingListener(LoggingListener loggingListener) |
void |
setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
protected LoggingListener loggingListener
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public Class<?> getSessionType()
getSessionType in interface SessionFactorypublic Session openSession(CommandContext commandContext)
openSession in interface SessionFactorypublic LoggingListener getLoggingListener()
public void setLoggingListener(LoggingListener loggingListener)
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Copyright © 2021 Flowable. All rights reserved.