Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected void |
UpdateImpl.internalDelete(IObject obj,
UpdateFilter filter,
org.hibernate.Session session) |
protected IObject |
UpdateImpl.internalMerge(IObject obj,
UpdateFilter filter,
org.hibernate.Session session)
Note if we use anything other than merge here, functionality from
MergeEventListener needs to be moved to
UpdateFilter or to another event listener. |
Modifier and Type | Class and Description |
---|---|
class |
ReloadFilter
UpdateFilter subclass specialized for use with the
Session.save(Object) (as opposed to Session.merge(Object) )
method. |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.