ScopeExtension<T extends OrmEntity> extension
- on
-
- Query<
T>
- Query<
Methods
-
macro(
String name, [List< Object?> args = const []]) → Query<T> -
Available on Query<
Applies a registered query macro to the query.T> , provided by the ScopeExtension extension -
scope(
String name, [List< Object?> args = const []]) → Query<T> -
Available on Query<
Applies a registered local scope to the query.T> , provided by the ScopeExtension extension -
withoutGlobalScope(
String scope) → Query< T> -
Available on Query<
Removes a specific global scope from the query.T> , provided by the ScopeExtension extension -
withoutGlobalScopes(
[List< String> ? scopes]) → Query<T> -
Available on Query<
Removes all global scopes from the query.T> , provided by the ScopeExtension extension