statements

class camelot.core.orm.statements.ClassMutator(*args, **kwargs)[source]

Class to create DSL statements such as using_options. This is used to transform DSL statements in Declarative class attributes. The use of these statements is discouraged in any new code, and exists for compatibility with Elixir model definitions

process(entity_dict, *args, **kwargs)[source]

Process one mutator. This method should be overwritten in a subclass

Previous topic

relationships

Next topic

resources

This Page