Interface DependentObjectAbstraction


public interface DependentObjectAbstraction
This interfaces defines operations to attach transient objects to dependent object jalo representations.
  • Method Details

    • getTransientObjectMap

      Map getTransientObjectMap()
    • setTransientObject

      void setTransientObject(String key, Object value)
      Parameters:
      value - may be null; this will remove the transient object mapping
    • getTransientObject

      Object getTransientObject(String key)