ome.services.util
Interface Executor.SqlWork

All Known Implementing Classes:
Executor.SimpleSqlWork
Enclosing interface:
Executor

public static interface Executor.SqlWork

Work SPI to perform actions related to stateless sessions. This overrides ALL security in the server and should only be used as a last resort. Currently accept locations are:

Before the JTA fixes of 4.0, this interface provided a {@link org.hibernate.StatelessSession. However, as mentioned in http://jira.springframework.org/browse/SPR-2495, that interface is not currently supported in Spring's transaction management.


Method Summary
 String description()
          Return a description of what this work will be doing for logging purposes.
 Object doWork(ome.util.SqlAction sql)
           
 

Method Detail

description

String description()
Return a description of what this work will be doing for logging purposes.


doWork

Object doWork(ome.util.SqlAction sql)


OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

Copyright © 2009 The University of Dundee. All Rights Reserved.