Uses of Interface
com.kingsrook.qqq.backend.module.mongodb.fieldfunctions.MongoDBFieldFunctionAdapterInterface
Packages that use MongoDBFieldFunctionAdapterInterface
Package
Description
-
Uses of MongoDBFieldFunctionAdapterInterface in com.kingsrook.qqq.backend.module.mongodb.fieldfunctions
Classes in com.kingsrook.qqq.backend.module.mongodb.fieldfunctions that implement MongoDBFieldFunctionAdapterInterfaceModifier and TypeClassDescriptionclassMongoDB adapter for StringLengthFunction.classMongoDB adapter for SubStringFunction.classMongoDB adapter for WeekdayOfDateFunction.classMongoDB adapter for WeekdayOfDateTimeFunction. -
Uses of MongoDBFieldFunctionAdapterInterface in com.kingsrook.qqq.backend.module.mongodb.model.metadata
Methods in com.kingsrook.qqq.backend.module.mongodb.model.metadata that return MongoDBFieldFunctionAdapterInterfaceModifier and TypeMethodDescriptionMongoDBBackendMetaData.getFieldFunctionAdapter(FieldFunctionTypeIdentifier fieldFunctionTypeIdentifier) Get an instance of a MongoDBFieldFunctionAdapterInterface for a specific FieldFunctionType.Method parameters in com.kingsrook.qqq.backend.module.mongodb.model.metadata with type arguments of type MongoDBFieldFunctionAdapterInterfaceModifier and TypeMethodDescriptionprotected voidMongoDBBackendMetaData.registerBackendFieldFunctionAdapter(FieldFunctionTypeIdentifier fieldFunctionTypeIdentifier, Class<? extends MongoDBFieldFunctionAdapterInterface> adapterClass) Register a BackendFieldFunctionAdapterInterface class to be used in this backend for a specific FieldFunctionType.