public final class MessageProcessingTimePersister extends DbEntityPersister
_persister, _rdbmsConnection, MAX_DATE, MIN_DATE| Constructor and Description |
|---|
MessageProcessingTimePersister(DbPersister persister) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closePreparedStatements() |
protected void |
createPreparedStatements() |
protected void |
createTables(boolean createIndexes) |
protected void |
doClose()
Method invoked to close the concrete entity persister
This method is called just before the database connection is closed.
|
protected void |
doOpen()
Method invoked to open the concrete entity persister
This method is called after the database connection is opened and tables and indexes for this entity are created
|
void |
dropTables() |
void |
insert(MessageProcessingTimeLogElement mptle) |
void |
truncateTables() |
close, escapeSpaces, fromCommaDelimited, getTableNames, indexExists, isValidDate, open, quote, sequenceExists, tableExists, toCommaDelimited, tracePrefix, tracer, write, writepublic MessageProcessingTimePersister(DbPersister persister)
protected final void doOpen()
throws Exception
DbEntityPersisterThis method is called after the database connection is opened and tables and indexes for this entity are created
doOpen in class DbEntityPersisterExceptionprotected final void doClose()
DbEntityPersisterThis method is called just before the database connection is closed.
doClose in class DbEntityPersisterprotected final void createTables(boolean createIndexes)
throws Exception
createTables in class DbEntityPersisterExceptionprotected final void createPreparedStatements()
throws Exception
createPreparedStatements in class DbEntityPersisterExceptionprotected final void closePreparedStatements()
throws SQLException
closePreparedStatements in class DbEntityPersisterSQLExceptionpublic final void insert(MessageProcessingTimeLogElement mptle) throws Exception
ExceptionCopyright © 2016 Neeve Research, LLC. All Rights Reserved.