ScopeExtension<T extends OrmEntity> extension

on

Methods

macro(String name, [List<Object?> args = const []]) Query<T>

Available on Query<T>, provided by the ScopeExtension extension

Applies a registered query macro to the query.
scope(String name, [List<Object?> args = const []]) Query<T>

Available on Query<T>, provided by the ScopeExtension extension

Applies a registered local scope to the query.
withoutGlobalScope(String scope) Query<T>

Available on Query<T>, provided by the ScopeExtension extension

Removes a specific global scope from the query.
withoutGlobalScopes([List<String>? scopes]) Query<T>

Available on Query<T>, provided by the ScopeExtension extension

Removes all global scopes from the query.