Interface EntityLoadingBinder
A binder for loading of a specific entity type.
If a binder is assigned to a given entity type, it will also apply to its subtypes, except for subtypes that have another binder assigned.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bind
(EntityLoadingBindingContext context) Binds loading for the entity, using the givencontext
.
-
Method Details
-
bind
Binds loading for the entity, using the givencontext
.- Parameters:
context
- A context exposing methods to bind loading.
-