RelationshipContextImpl class

A simple implementation of RelationshipContext.

Implemented types

Constructors

RelationshipContextImpl()

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.
override
getOperations<E extends Object, K>() DatabaseOperations<E, K>
Gets the operations for an entity type.
override
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.
override
registerOperations<E extends Object, K>(DatabaseOperations<E, K> operations) → void
Registers operations for an entity type.
override
toString() String
A string representation of this object.
inherited

Operators

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