Interface PropertyValueDAO.PropertyUniqueContextCallback

  • Enclosing interface:
    PropertyValueDAO

    public static interface PropertyValueDAO.PropertyUniqueContextCallback
    A callback for handling return property unique contexts
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handle​(java.lang.Long id, java.lang.Long propId, java.io.Serializable[] keys)  
    • Method Detail

      • handle

        void handle​(java.lang.Long id,
                    java.lang.Long propId,
                    java.io.Serializable[] keys)