Methods Summary |
---|
public oracle.toplink.essentials.internal.databaseaccess.Accessor | getConnection()
return connection;
|
public java.lang.String | getSessionString()
return sessionString;
|
public void | setConnection(oracle.toplink.essentials.internal.databaseaccess.Accessor connection)
this.connection = connection;
|
public void | setSessionString(java.lang.String sessionString)
this.sessionString = sessionString;
|
public void | setShouldLogExceptionStackTrace(boolean shouldLogExceptionStackTrace)
this.shouldLogExceptionStackTrace = shouldLogExceptionStackTrace;
|
public void | setShouldPrintDate(boolean shouldPrintDate)
this.shouldPrintDate = shouldPrintDate;
|
public void | setShouldPrintThread(boolean shouldPrintThread)
this.shouldPrintThread = shouldPrintThread;
|
public boolean | shouldLogExceptionStackTrace()
return shouldLogExceptionStackTrace;
|
public boolean | shouldPrintDate()
return shouldPrintDate;
|
public boolean | shouldPrintThread()
return shouldPrintThread;
|