Noizu.Entity.DerivedField (NoizuLabs Entities v0.2.1)

A derived field is a field that is calculated from other fields on load.

Summary

Functions

ecto_gen_string(prefix)

Callback implementation for Noizu.Entity.Field.Behaviour.ecto_gen_string/1.

stub()

Callback implementation for Noizu.Entity.Field.Behaviour.stub/0.

type__after_delete(field_type, settings, context, options)

Callback implementation for Noizu.Entity.Field.Behaviour.type__after_delete/4.

type__before_create(field_type, settings, context, options)

Callback implementation for Noizu.Entity.Field.Behaviour.type__before_create/4.

type__before_update(field_type, settings, context, options)

Callback implementation for Noizu.Entity.Field.Behaviour.type__before_update/4.

type_as_entity(this, _, _)

Callback implementation for Noizu.Entity.Field.Behaviour.type_as_entity/3.