Expand description
Relationship Loading Utilities - Handles the loading and caching of relationships
Structs§
- Access
Pattern - Access pattern tracking for auto-loading optimization
- Cache
Stats - Cache statistics
- Cached
Relationship Loader - Cached relationship loader that implements lazy loading with caching
- Lazy
- Lazy loading wrapper for relationships
- Relationship
Cache - Relationship cache for managing loaded relationships across models
Traits§
- Lazy
Relationship Builder - Helper trait to create lazy relationship loaders
- Relationship
Loader - Trait for loading relationships dynamically
Functions§
- get_
relationship_ cache - Get the global relationship cache
Type Aliases§
- Lazy
Belongs To - Lazy BelongsTo relationship - wraps a single related model
- Lazy
HasMany - Lazy HasMany relationship - wraps a collection of related models
- Lazy
HasOne - Lazy HasOne relationship - wraps a single optional related model