Uses of Enum Class
org.springframework.data.repository.config.BootstrapMode
Package
Description
Support classes for repository namespace and JavaConfig integration.
-
Uses of BootstrapMode in org.springframework.data.repository.config
Modifier and TypeMethodDescriptionAnnotationRepositoryConfigurationSource.getBootstrapMode()
RepositoryConfigurationSource.getBootstrapMode()
Defines the repositoryBootstrapMode
to be used.XmlRepositoryConfigurationSource.getBootstrapMode()
static BootstrapMode
Returns 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.