Noizu.EntityRepoBehaviour behaviour (NoizuLabs Entities v0.2.0)

Link to this section Summary

Link to this section Callbacks

Link to this callback

create(entity, context, options)

@callback create(entity :: any(), context :: any(), options :: any()) ::
  {:ok, any()} | {:error, any()}
Link to this callback

delete(entity, context, options)

@callback delete(entity :: any(), context :: any(), options :: any()) ::
  {:ok, any()} | {:error, any()}
Link to this callback

update(entity, context, options)

@callback update(entity :: any(), context :: any(), options :: any()) ::
  {:ok, any()} | {:error, any()}

Link to this section Functions

Link to this function

rebuild_sref_handlers(application, module)