RelationshipContext class abstract interface

Context for managing relationships between repositories.

This is used internally by repositories to find other repositories they need for cascading and lazy loading.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMapper<E extends Object>() EntityMapper<E>
Gets the mapper for an entity type.
getOperations<E extends Object, K>() DatabaseOperations<E, K>
Gets the operations for an entity type.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerMapper<E extends Object>(EntityMapper<E> mapper) → void
Registers a mapper for an entity type.
registerOperations<E extends Object, K>(DatabaseOperations<E, K> operations) → void
Registers operations for an entity type.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited