Uses of Enum Class
org.springframework.boot.autoconfigure.data.RepositoryType
Packages that use RepositoryType
Package
Description
Auto-configuration base classes for Spring Data.
-
Uses of RepositoryType in org.springframework.boot.autoconfigure.data
Subclasses with type arguments of type RepositoryType in org.springframework.boot.autoconfigure.dataMethods in org.springframework.boot.autoconfigure.data that return RepositoryTypeModifier and TypeMethodDescriptionstatic RepositoryType
Returns the enum constant of this class with the specified name.static RepositoryType[]
RepositoryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.