Package com.kingsrook.qqq.backend.core.model.data


package com.kingsrook.qqq.backend.core.model.data
  • Class
    Description
    Annotation to place onto fields in a QRecordEntity, to mark them as associated record lists
    Annotation to place onto fields in a QRecordEntity, to add additional attributes for propagating down into the corresponding QFieldMetaData
    Marker - that a piece of code should be ignored (e.g., a field not treated as a @QField)
    Data Record within qqq.
    Base class for entity beans that are interoperable with QRecords.
    Reflective information about an association in a QRecordEntity
    Reflective information about a field in a QRecordEntity
    Base class for enums that are interoperable with QRecords.
    Extension on QRecord, intended to be used where you've got records from multiple tables, and you want to combine them into a single "wide" joined record - but to do so without copying or modifying any of the individual records.