Uses of Class
ome.tools.hibernate.SessionFactory

Packages that use SessionFactory
ome.logic The central repository of implementations which will be accessible through this server. 
ome.security.auth   
ome.security.basic Basic OMERO security contextual classes Basic classes that provide security context objects necessary to secure the implementation of the OMERO server on a JBoss platform. 
ome.services.delete Implementations of the ome.api.IDelete service. 
ome.services.roi   
ome.services.sharing ome.api.IShare support infrastructure. 
 

Uses of SessionFactory in ome.logic
 

Fields in ome.logic declared as SessionFactory
protected  SessionFactory AdminImpl.osf
           
 

Uses of SessionFactory in ome.security.auth
 

Fields in ome.security.auth declared as SessionFactory
protected  SessionFactory SimpleRoleProvider.sf
           
 

Constructors in ome.security.auth with parameters of type SessionFactory
SimpleRoleProvider(SecuritySystem sec, SessionFactory sf)
           
 

Uses of SessionFactory in ome.security.basic
 

Fields in ome.security.basic declared as SessionFactory
protected  SessionFactory EventHandler.factory
           
 

Constructors in ome.security.basic with parameters of type SessionFactory
EventHandler(org.springframework.jdbc.core.simple.SimpleJdbcOperations isolatedJdbc, org.springframework.jdbc.core.simple.SimpleJdbcOperations simpleJdbc, BasicSecuritySystem securitySystem, SessionFactory factory, org.springframework.transaction.interceptor.TransactionAttributeSource txSource)
          only public constructor, used for dependency injection.
EventHandler(org.springframework.jdbc.core.simple.SimpleJdbcOperations isolatedJdbc, org.springframework.jdbc.core.simple.SimpleJdbcOperations simpleJdbc, BasicSecuritySystem securitySystem, SessionFactory factory, org.springframework.transaction.interceptor.TransactionAttributeSource txSource, boolean readOnly)
           
NullEventHandler(SecuritySystem secSys, SessionFactory sf)
           
 

Uses of SessionFactory in ome.services.delete
 

Fields in ome.services.delete declared as SessionFactory
protected  SessionFactory DeleteBean.sf
           
 

Constructors in ome.services.delete with parameters of type SessionFactory
DeleteBean(LocalAdmin admin, SessionFactory sf)
           
 

Uses of SessionFactory in ome.services.roi
 

Fields in ome.services.roi declared as SessionFactory
protected  SessionFactory GeomTool.factory
           
 

Constructors in ome.services.roi with parameters of type SessionFactory
GeomTool(PixelData data, org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc, SessionFactory factory)
           
GeomTool(PixelData data, org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc, SessionFactory factory, Executor ex, String uuid)
           
 

Uses of SessionFactory in ome.services.sharing
 

Fields in ome.services.sharing declared as SessionFactory
protected  SessionFactory BlobShareStore.__dont_use_me_factory
          Used indirectly to obtain sessions for querying and updating the store during normal operation.
 



OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

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