Uses of Enum Class
org.springframework.boot.jpa.autoconfigure.JpaProperties.Bootstrap
Packages that use JpaProperties.Bootstrap
Package
Description
Base Auto-configuration for JPA and Spring ORM.
-
Uses of JpaProperties.Bootstrap in org.springframework.boot.jpa.autoconfigure
Subclasses with type arguments of type JpaProperties.Bootstrap in org.springframework.boot.jpa.autoconfigureModifier and TypeClassDescriptionstatic enumBootstrap methods that can be used with JPA.Methods in org.springframework.boot.jpa.autoconfigure that return JpaProperties.BootstrapModifier and TypeMethodDescriptionJpaProperties.getBootstrap()static JpaProperties.BootstrapReturns the enum constant of this class with the specified name.static JpaProperties.Bootstrap[]JpaProperties.Bootstrap.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.jpa.autoconfigure with parameters of type JpaProperties.BootstrapModifier and TypeMethodDescriptionvoidJpaProperties.setBootstrap(JpaProperties.Bootstrap bootstrap)