Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Data Access

Qcadoo framework provides a generic crud layer for database entities. All its methods are contained in DataDefinition interface. To get the problem instance of the data definition object You should use DataDefinitionService#get(String,String) method.

CRUD operations examples.