Uses of Class
ome.tools.hibernate.UpdateFilter

Packages that use UpdateFilter
ome.logic The central repository of implementations which will be accessible through this server. 
ome.tools.hibernate Hibernate specific tools for the OMERO Server Classes/Interfaces that implement Hibernate method mechanics for the OMERO server Related Documentation For more information, please see: TODO  
 

Uses of UpdateFilter in ome.logic
 

Methods in ome.logic with parameters of type UpdateFilter
protected  void UpdateImpl.internalDelete(ome.model.IObject obj, UpdateFilter filter, org.hibernate.Session session)
           
protected  ome.model.IObject UpdateImpl.internalMerge(ome.model.IObject obj, UpdateFilter filter, org.hibernate.Session session)
          Note if we use anything other than merge here, functionality from ome.tools.hibernate.MergeEventListener needs to be moved to UpdateFilter or to another event listener.
 

Uses of UpdateFilter in ome.tools.hibernate
 

Subclasses of UpdateFilter in ome.tools.hibernate
 class ReloadFilter
          UpdateFilter subclass specialized for use with the Session.save(Object) (as opposed to Session.merge(Object)) method.
 



OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

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