Current section
Files
Jump to
Current section
Files
doc/dist/sidebar_items-404C5574.js
sidebarNodes={"modules":[{"id":"Ecto.Entity","group":"","title":"Ecto.Entity","sections":[{"id":"Install Entity in your Phoenix / Elixir App","anchor":"module-install-entity-in-your-phoenix-elixir-app"},{"id":"The create/1 and insert/1 function","anchor":"module-the-create-1-and-insert-1-function"},{"id":"Reading methods","anchor":"module-reading-methods"},{"id":"The update/2 function","anchor":"module-the-update-2-function"},{"id":"The delete/1 and destroy/ functions","anchor":"module-the-delete-1-and-destroy-functions"}]},{"id":"Ecto.Entity.Association","group":"","title":"Ecto.Entity.Association","sections":[]},{"id":"Ecto.Entity.Changes","group":"","title":"Ecto.Entity.Changes","sections":[]},{"id":"Ecto.Entity.Conditions","group":"","title":"Ecto.Entity.Conditions","sections":[]},{"id":"Ecto.Entity.Create","group":"","title":"Ecto.Entity.Create","sections":[]},{"id":"Ecto.Entity.Delete","group":"","title":"Ecto.Entity.Delete","sections":[]},{"id":"Ecto.Entity.Helpers","group":"","title":"Ecto.Entity.Helpers","sections":[],"nodeGroups":[{"name":"Functions","nodes":[{"id":"app_name/0","title":"app_name()","anchor":"app_name/0"},{"id":"generate_random_uuid/0","title":"generate_random_uuid()","anchor":"generate_random_uuid/0"},{"id":"get_repo/0","title":"get_repo()","anchor":"get_repo/0"}],"key":"functions"}]},{"id":"Ecto.Entity.Read","group":"","title":"Ecto.Entity.Read","sections":[]},{"id":"Ecto.Entity.Repo","group":"","title":"Ecto.Entity.Repo","sections":[],"nodeGroups":[{"name":"Functions","nodes":[{"id":"aggregate/3","title":"aggregate(queryable, aggregate, opts \\\\ [])","anchor":"aggregate/3"},{"id":"aggregate/4","title":"aggregate(queryable, aggregate, field, opts)","anchor":"aggregate/4"},{"id":"all/2","title":"all(queryable, opts \\\\ [])","anchor":"all/2"},{"id":"checked_out?/0","title":"checked_out?()","anchor":"checked_out?/0"},{"id":"checkout/2","title":"checkout(fun, opts \\\\ [])","anchor":"checkout/2"},{"id":"child_spec/1","title":"child_spec(opts)","anchor":"child_spec/1"},{"id":"config/0","title":"config()","anchor":"config/0"},{"id":"default_options/1","title":"default_options(operation)","anchor":"default_options/1"},{"id":"delete/2","title":"delete(struct, opts \\\\ [])","anchor":"delete/2"},{"id":"delete!/2","title":"delete!(struct, opts \\\\ [])","anchor":"delete!/2"},{"id":"delete_all/2","title":"delete_all(queryable, opts \\\\ [])","anchor":"delete_all/2"},{"id":"disconnect_all/2","title":"disconnect_all(interval, opts \\\\ [])","anchor":"disconnect_all/2"},{"id":"exists?/2","title":"exists?(queryable, opts \\\\ [])","anchor":"exists?/2"},{"id":"explain/3","title":"explain(operation, queryable, opts \\\\ [])","anchor":"explain/3"},{"id":"get/3","title":"get(queryable, id, opts \\\\ [])","anchor":"get/3"},{"id":"get!/3","title":"get!(queryable, id, opts \\\\ [])","anchor":"get!/3"},{"id":"get_by/3","title":"get_by(queryable, clauses, opts \\\\ [])","anchor":"get_by/3"},{"id":"get_by!/3","title":"get_by!(queryable, clauses, opts \\\\ [])","anchor":"get_by!/3"},{"id":"get_dynamic_repo/0","title":"get_dynamic_repo()","anchor":"get_dynamic_repo/0"},{"id":"in_transaction?/0","title":"in_transaction?()","anchor":"in_transaction?/0"},{"id":"insert/2","title":"insert(struct, opts \\\\ [])","anchor":"insert/2"},{"id":"insert!/2","title":"insert!(struct, opts \\\\ [])","anchor":"insert!/2"},{"id":"insert_all/3","title":"insert_all(schema_or_source, entries, opts \\\\ [])","anchor":"insert_all/3"},{"id":"insert_or_update/2","title":"insert_or_update(changeset, opts \\\\ [])","anchor":"insert_or_update/2"},{"id":"insert_or_update!/2","title":"insert_or_update!(changeset, opts \\\\ [])","anchor":"insert_or_update!/2"},{"id":"load/2","title":"load(schema_or_types, data)","anchor":"load/2"},{"id":"one/2","title":"one(queryable, opts \\\\ [])","anchor":"one/2"},{"id":"one!/2","title":"one!(queryable, opts \\\\ [])","anchor":"one!/2"},{"id":"preload/3","title":"preload(struct_or_structs_or_nil, preloads, opts \\\\ [])","anchor":"preload/3"},{"id":"prepare_query/3","title":"prepare_query(operation, query, opts)","anchor":"prepare_query/3"},{"id":"put_dynamic_repo/1","title":"put_dynamic_repo(dynamic)","anchor":"put_dynamic_repo/1"},{"id":"query/3","title":"query(sql, params \\\\ [], opts \\\\ [])","anchor":"query/3"},{"id":"query!/3","title":"query!(sql, params \\\\ [], opts \\\\ [])","anchor":"query!/3"},{"id":"query_many/3","title":"query_many(sql, params \\\\ [], opts \\\\ [])","anchor":"query_many/3"},{"id":"query_many!/3","title":"query_many!(sql, params \\\\ [], opts \\\\ [])","anchor":"query_many!/3"},{"id":"reload/2","title":"reload(queryable, opts \\\\ [])","anchor":"reload/2"},{"id":"reload!/2","title":"reload!(queryable, opts \\\\ [])","anchor":"reload!/2"},{"id":"rollback/1","title":"rollback(value)","anchor":"rollback/1"},{"id":"start_link/1","title":"start_link(opts \\\\ [])","anchor":"start_link/1"},{"id":"stop/1","title":"stop(timeout \\\\ 5000)","anchor":"stop/1"},{"id":"stream/2","title":"stream(queryable, opts \\\\ [])","anchor":"stream/2"},{"id":"to_sql/2","title":"to_sql(operation, queryable)","anchor":"to_sql/2"},{"id":"transaction/2","title":"transaction(fun_or_multi, opts \\\\ [])","anchor":"transaction/2"},{"id":"update/2","title":"update(struct, opts \\\\ [])","anchor":"update/2"},{"id":"update!/2","title":"update!(struct, opts \\\\ [])","anchor":"update!/2"},{"id":"update_all/3","title":"update_all(queryable, updates, opts \\\\ [])","anchor":"update_all/3"}],"key":"functions"}]},{"id":"Ecto.Entity.Update","group":"","title":"Ecto.Entity.Update","sections":[]}],"extras":[{"id":"api-reference","group":"","title":"API Reference","headers":[{"id":"Modules","anchor":"modules"}]},{"id":"readme","group":"","title":"Ecto Entity","headers":[{"id":"Configure Your Ecto Repo","anchor":"configure-your-ecto-repo"},{"id":"Adding Entity To Your Schema","anchor":"adding-entity-to-your-schema"},{"id":"find/1","anchor":"find-1"},{"id":"all/0","anchor":"all-0"},{"id":"take/1","anchor":"take-1"},{"id":"first/0","anchor":"first-0"},{"id":"last/0","anchor":"last-0"},{"id":"except/1","anchor":"except-1"},{"id":"update/2","anchor":"update-2"},{"id":"updates/2","anchor":"updates-2"},{"id":"truncate","anchor":"truncate"}]}],"tasks":[]}