Package com.kingsrook.qqq.backend.core.model.metadata
package com.kingsrook.qqq.backend.core.model.metadata
-
ClassDescriptionfor use-cases where a metaDataProducer directly adds its objects to the qInstance, then this empty object can be returned.MetaDataProducer<T extends MetaDataProducerOutput>Abstract class that knows how to produce meta data objects.Help work with MetaDataProducers.MetaDataProducerInterface<T extends MetaDataProducerOutput>Interface for classes that know how to produce meta data objects.Output object for a MetaDataProducer, which contains multiple meta-data objects.Interface to mark objects that can be produced by a MetaDataProducer.Enum to define the possible authentication typesMeta-data to provide details of a backend (e.g., RDBMS instance, S3 buckets, NoSQL table, etc) within a qqq instanceContainer for all meta-data in a running instance of a QQQ application.interface common among all objects that can be considered qqq meta data - e.g., stored in a QInstance.Base-class for instance-level meta-data defined by some supplemental module, etc, outside of qqq coreInterface for meta-data classes that can be added directly (e.g, at the top level) to a QInstance (such as a QTableMetaData - not a QFieldMetaData).