Uses of Enum Class
org.springframework.data.repository.config.BootstrapMode
Packages that use BootstrapMode
Package
Description
Support classes for repository namespace and JavaConfig integration.
-
Uses of BootstrapMode in org.springframework.data.repository.config
Subclasses with type arguments of type BootstrapMode in org.springframework.data.repository.configModifier and TypeClassDescriptionenumEnumeration to define in which way repositories are bootstrapped.Methods in org.springframework.data.repository.config that return BootstrapModeModifier and TypeMethodDescriptionAnnotationRepositoryConfigurationSource.getBootstrapMode()RepositoryConfigurationSource.getBootstrapMode()Defines the repositoryBootstrapModeto be used.XmlRepositoryConfigurationSource.getBootstrapMode()static BootstrapModeReturns the enum constant of this class with the specified name.static BootstrapMode[]BootstrapMode.values()Returns an array containing the constants of this enum class, in the order they are declared.