Class ReloadFilter

  • All Implemented Interfaces:
    ome.util.Filter

    public class ReloadFilter
    extends UpdateFilter
    UpdateFilter subclass specialized for use with the Session.save(Object) (as opposed to Session.merge(Object)) method. This is primarily of use during import when all objects are either unloaded, enums, or newly created instances.
    Since:
    Beta4.1
    • Field Summary

      • Fields inherited from class ome.util.ContextFilter

        _cache, _context
    • Constructor Summary

      Constructors 
      Constructor Description
      ReloadFilter​(org.hibernate.Session s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ome.util.Filterable filter​(java.lang.String fieldId, ome.util.Filterable f)
      overrides ContextFilter.filter(String, Filterable) to return previously merged or previously checked items.
      • Methods inherited from class ome.util.ContextFilter

        addSeen, afterFilter, beforeFilter, currentContext, doFilter, doFilter, doFilter, enter, exit, filter, hasntSeen, pop, previousContext, push
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReloadFilter

        public ReloadFilter​(org.hibernate.Session s)
    • Method Detail

      • filter

        public ome.util.Filterable filter​(java.lang.String fieldId,
                                          ome.util.Filterable f)
        Description copied from class: UpdateFilter
        overrides ContextFilter.filter(String, Filterable) to return previously merged or previously checked items.
        Specified by:
        filter in interface ome.util.Filter
        Overrides:
        filter in class UpdateFilter