Interface EntityConfigurationContext<E>
Deprecated.
A context allowing the definition of entity configuration.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
massLoadingStrategy
(MassLoadingStrategy<? super E, ?> strategy) Deprecated.void
selectionLoadingStrategy
(SelectionLoadingStrategy<? super E> strategy) Deprecated.
-
Method Details
-
selectionLoadingStrategy
Deprecated.- Parameters:
strategy
- The strategy for selection loading, used in particular during search.
-
massLoadingStrategy
Deprecated.- Parameters:
strategy
- The strategy for mass loading, used in particular during mass indexing.
-
EntityLoadingBinder
and useEntityLoadingBindingContext
instead.