Package ch.tocco.nice2.model.entity.api.util


package ch.tocco.nice2.model.entity.api.util
  • Classes
    Class
    Description
    Helper class which allows deletion of entities The models are ordered in a way to avoid constraint violations: - the many to one side is deleted first (because the foreign key is on that side) - many to many: the owning side is deleted first (because the owning side manages the join table)
    Iterator that is iterating over all model elements (FieldModel and/or RelationModel) of an entity model or all entity models of a given set.
     
    An iterator iterating over all entity models specified in a module.
    Iterating over all relation models defined in the given module.