Index

B C E G O P R S V 
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 ClassPathScanningCandidateComponentProvider to scan entities based on the specified ApplicationContext.

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 @EntityScan specified packages.
EntityScanner(ApplicationContext) - Constructor for class org.springframework.boot.persistence.autoconfigure.EntityScanner
Create a new EntityScanner instance.
EntityScanPackages - Class in org.springframework.boot.persistence.autoconfigure
Class for storing @EntityScan specified packages for reference later (e.g.

G

get(BeanFactory) - Static method in class org.springframework.boot.persistence.autoconfigure.EntityScanPackages
Return the EntityScanPackages for the given bean factory.
getPackageNames() - Method in class org.springframework.boot.persistence.autoconfigure.EntityScanPackages
Return the package names specified from all @EntityScan annotations.

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-configuration for 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) - Static method in class org.springframework.boot.persistence.autoconfigure.EntityScanPackages
Register the specified entity scan packages with the system.

S

scan(Class...) - 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.
B C E G O P R S V 
All Classes and Interfaces|All Packages