Home / Type/ RepositoryType Type — spring-boot Architecture

RepositoryType Type — spring-boot Architecture

Architecture documentation for the RepositoryType type/interface in RepositoryType.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/RepositoryType.java lines 25–47

public enum RepositoryType {

	/**
	 * Enables all repository types automatically based on their availability.
	 */
	AUTO,

	/**
	 * Enables imperative repositories.
	 */
	IMPERATIVE,

	/**
	 * Enables no repositories.
	 */
	NONE,

	/**
	 * Enables reactive repositories.
	 */
	REACTIVE

}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free