Index

A C E I J N O P R T U V 
All Classes and Interfaces|All Packages

A

ANY - Enum constant in enum class org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase.Replace
Replace the DataSource bean whether it was auto-configured or manually defined.
AUTO_CONFIGURED - Enum constant in enum class org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase.Replace
Only replace the DataSource if it was auto-configured.
AutoConfigureJdbc - Annotation Interface in org.springframework.boot.jdbc.test.autoconfigure
Auto-configuration imports for typical JDBC tests.
AutoConfigureTestDatabase - Annotation Interface in org.springframework.boot.jdbc.test.autoconfigure
Annotation that can be applied to a test class to configure a test database to use instead of the application-defined or auto-configured DataSource.
AutoConfigureTestDatabase.Replace - Enum Class in org.springframework.boot.jdbc.test.autoconfigure
What the test database can replace.

C

connection() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase
The type of connection to be established when replacing the DataSource.

E

excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.JdbcTest
Auto-configuration exclusions that should be applied for this test.
excludeFilters() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.JdbcTest
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.

I

includeFilters() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.JdbcTest
A set of include filters which can be used to add otherwise filtered beans to the application context.

J

JdbcTest - Annotation Interface in org.springframework.boot.jdbc.test.autoconfigure
Annotation for a JDBC test that focuses only on JDBC-based components.

N

NON_TEST - Enum constant in enum class org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase.Replace
Replace the DataSource bean unless it is auto-configured and connecting to a test database.
NONE - Enum constant in enum class org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase.Replace
Don't replace the application default DataSource.

O

org.springframework.boot.jdbc.test.autoconfigure - package org.springframework.boot.jdbc.test.autoconfigure
Auto-configuration for JDBC tests.

P

properties() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.JdbcTest
Properties in form key=value that should be added to the Spring Environment before the test runs.

R

replace() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase
Determines what type of existing DataSource bean can be replaced.

T

TestDatabaseAutoConfiguration - Class in org.springframework.boot.jdbc.test.autoconfigure
Auto-configuration for a test database.
TestDatabaseAutoConfiguration() - Constructor for class org.springframework.boot.jdbc.test.autoconfigure.TestDatabaseAutoConfiguration
 

U

useDefaultFilters() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.JdbcTest
Determines if default filtering should be used with @SpringBootApplication.

V

valueOf(String) - Static method in enum class org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase.Replace
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase.Replace
Returns an array containing the constants of this enum class, in the order they are declared.
A C E I J N O P R T U V 
All Classes and Interfaces|All Packages