public class SQLConnectorContext
extends torn.omea.framework.server.ServerContext
Modifier and Type | Field and Description |
---|---|
protected SQLConnector |
connector |
protected java.lang.Thread |
updatingObjects |
Constructor and Description |
---|
SQLConnectorContext(SQLConnectorDatabase database) |
Modifier and Type | Method and Description |
---|---|
torn.omea.framework.transaction.IsolatedContext |
createTransaction() |
protected void |
postTransactionAction(java.util.Set<torn.omea.framework.core.OmeaObjectId> created,
java.util.Set<torn.omea.framework.core.OmeaObjectId> changed,
java.util.Set<torn.omea.framework.core.OmeaObjectId> deleted) |
torn.omea.framework.core.QueryResult |
select(torn.omea.framework.core.Query query) |
torn.omea.framework.core.QueryResult |
select(torn.omea.framework.core.Query query,
int maxAllowed) |
addContextListener, createExternalTransactionNotice, createTransactionNoticeDeliverConfirmation, get, get, getCached, getCached, getLater, getMetaData, getNextTransactionSequence, isOpen, removeContextListener, selectLater, setOpen
protected final SQLConnector connector
protected java.lang.Thread updatingObjects
public SQLConnectorContext(SQLConnectorDatabase database)
public torn.omea.framework.core.QueryResult select(torn.omea.framework.core.Query query)
public torn.omea.framework.core.QueryResult select(torn.omea.framework.core.Query query, int maxAllowed)
protected void postTransactionAction(java.util.Set<torn.omea.framework.core.OmeaObjectId> created, java.util.Set<torn.omea.framework.core.OmeaObjectId> changed, java.util.Set<torn.omea.framework.core.OmeaObjectId> deleted) throws PalioException
PalioException
public torn.omea.framework.transaction.IsolatedContext createTransaction() throws torn.omea.framework.errors.OmeaException
torn.omea.framework.errors.OmeaException