Index
All Classes and Interfaces|All Packages
B
- basePackageClasses() - Element in annotation interface org.springframework.boot.persistence.autoconfigure.EntityScan
-
Type-safe alternative to
EntityScan.basePackages()for specifying the packages to scan for entities. - basePackages() - Element in annotation interface org.springframework.boot.persistence.autoconfigure.EntityScan
-
Base packages to scan for entities.
C
- createClassPathScanningCandidateComponentProvider(ApplicationContext) - Method in class org.springframework.boot.persistence.autoconfigure.EntityScanner
-
Create a
ClassPathScanningCandidateComponentProviderto scan entities based on the specifiedApplicationContext.
E
- EntityScan - Annotation Interface in org.springframework.boot.persistence.autoconfigure
-
Configures the base packages used by auto-configuration when scanning for entity classes.
- EntityScanner - Class in org.springframework.boot.persistence.autoconfigure
-
An entity scanner that searches the classpath from an
@EntityScanspecified packages. - EntityScanner(ApplicationContext) - Constructor for class org.springframework.boot.persistence.autoconfigure.EntityScanner
-
Create a new
EntityScannerinstance. - EntityScanPackages - Class in org.springframework.boot.persistence.autoconfigure
-
Class for storing
@EntityScanspecified packages for reference later (e.g.
G
- get(BeanFactory) - Static method in class org.springframework.boot.persistence.autoconfigure.EntityScanPackages
-
Return the
EntityScanPackagesfor the given bean factory. - getPackageNames() - Method in class org.springframework.boot.persistence.autoconfigure.EntityScanPackages
-
Return the package names specified from all
@EntityScanannotations.
O
- org.springframework.boot.persistence.autoconfigure - package org.springframework.boot.persistence.autoconfigure
-
General purpose domain annotations and classes.
P
- PersistenceExceptionTranslationAutoConfiguration - Class in org.springframework.boot.persistence.autoconfigure
-
Auto-configurationfor Spring's persistence exception translation. - PersistenceExceptionTranslationAutoConfiguration() - Constructor for class org.springframework.boot.persistence.autoconfigure.PersistenceExceptionTranslationAutoConfiguration
R
- register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.persistence.autoconfigure.EntityScanPackages
-
Register the specified entity scan packages with the system.
- register(BeanDefinitionRegistry, Collection<String>) - Static method in class org.springframework.boot.persistence.autoconfigure.EntityScanPackages
-
Register the specified entity scan packages with the system.
S
- scan(Class<? extends Annotation>...) - Method in class org.springframework.boot.persistence.autoconfigure.EntityScanner
-
Scan for entities with the specified annotations.
V
- value() - Element in annotation interface org.springframework.boot.persistence.autoconfigure.EntityScan
-
Alias for the
EntityScan.basePackages()attribute.
All Classes and Interfaces|All Packages