Uses of Interface
org.springframework.data.domain.ManagedTypes
Packages that use ManagedTypes
Package
Description
Support for registering the need for reflection, resources, java serialization and proxies at runtime for Ahead of
Time compilation.
Central domain abstractions especially to be used in combination with the
Repository abstraction.Mapping context API and implementation base classes.
-
Uses of ManagedTypes in org.springframework.data.aot
Methods in org.springframework.data.aot with parameters of type ManagedTypesModifier and TypeMethodDescriptionprotected BeanRegistrationAotContributionManagedTypesBeanRegistrationAotProcessor.contribute(AotContext aotContext, ManagedTypes managedTypes, RegisteredBean registeredBean) Hook to provide a customized flavor ofBeanRegistrationAotContribution. -
Uses of ManagedTypes in org.springframework.data.domain
Methods in org.springframework.data.domain that return ManagedTypesModifier and TypeMethodDescriptionstatic ManagedTypesManagedTypes.empty()Factory method used to construct a new instance ofManagedTypescontaining notypes.static ManagedTypesFactory method used to constructManagedTypesfrom the given array oftypes.static ManagedTypesManagedTypes.fromIterable(Iterable<? extends Class<?>> types) static ManagedTypesManagedTypes.fromStream(Stream<? extends Class<?>> types) static ManagedTypesManagedTypes.fromSupplier(Supplier<Iterable<Class<?>>> dataProvider) Factory method used to constructManagedTypesfrom the given, requiredSupplierof anIterableoftypes. -
Uses of ManagedTypes in org.springframework.data.mapping.context
Methods in org.springframework.data.mapping.context with parameters of type ManagedTypesModifier and TypeMethodDescriptionvoidAbstractMappingContext.setManagedTypes(ManagedTypes managedTypes) Sets the types to populate the context initially.