| Interface | Description | 
|---|---|
| CBlock<E> | Block template used to "C"ollect the results of some function called on each
  IObjectin a collection. | 
| Filter | marks objects which can be filtered using {see FIXME }. | 
| Filterable | marks objects which can be filtered using {see FIXME }. | 
| ReverseModelMapper | |
| SqlAction | Single wrapper for all JDBC activities. | 
| Class | Description | 
|---|---|
| ContextFilter | modified (hierarchical) visitor pattern. | 
| CountCollectionPersister | CollectionPersisterwhich knows how to handle the count views
 generated by dsl/resources/ome/dsl/views.dm. | 
| Counter | A simple integral counter that can be incremented. | 
| DetailsFieldBridge | Delegating  FieldBridgewhich passes the "fieldBridge" bean from the
 "ome.model" SpringApplicationContextall arguments. | 
| EmptyIterator<E> | utility iterator which does nothing as quickly as possible. | 
| IdBlock | |
| ImageUtil | Provides helper methods for performing various things on image data. | 
| LSID | This class represents an LSID as used by the OME-XML data model. | 
| MapPut | Simple bean which calls "map.put(key, object)" on
  InitializingBean.afterPropertiesSet(). | 
| ModelMapper | |
| PermDetails | wrapper class which can be used in HQL queries to properly load
 the full context for a permissions object. | 
| PixelData | Represents a block of pixel data. | 
| PostgresqlDialect | select i from Image i where i.id in (:ids)
 becomes
 select i from Image i where i.id in (select id from temp_ids()); | 
| RdfPrinter | walks an object graph producing RDF-like output. | 
| ShallowCopy | |
| SqlAction.DeleteLog | Record-class which matches _fs_deletelog. | 
| SqlAction.IdRowMapper | |
| SqlAction.Impl | Base implementation which can be used | 
| SqlAction.LoggingSqlAction | |
| SqlAction.StringRowMapper | |
| TableIdGenerator | OMERO-specific id generation strategy. | 
| Utils | various tools needed throughout Omero. | 
| Validation | collector for Model-validation status. | 
| Validator | tests of model objects for validity. | 
  These include implementations of the Filter interface for
  working with the 
  object model.
Filter