Interface EntityConfigurer<E>
Deprecated.
A provider of configuration for a specific entity type,
for example loading.
If a configurer is assigned to a given entity type, it will also apply to its subtypes, except for subtypes that have another configurer assigned.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(EntityConfigurationContext<E> context) Deprecated.Configures the entity, in particular loading, using the givencontext
.
-
Method Details
-
configure
Deprecated.Configures the entity, in particular loading, using the givencontext
.- Parameters:
context
- A context exposing methods to configure the entity.
-
EntityLoadingBinder
instead.