Index

B C D E G I J M O P S T 
All Classes and Interfaces|All Packages

B

build() - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
 

C

createJpaVendorAdapter() - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
 
customize(EntityManagerFactoryBuilder) - Method in interface org.springframework.boot.jpa.autoconfigure.EntityManagerFactoryBuilderCustomizer
Customize the given builder.
customizeVendorProperties(Map) - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
Customize vendor properties before they are used.

D

dataSource(DataSource) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder
Create a new EntityManagerFactoryBuilder.Builder for a EntityManagerFactory using the settings of the given instance, and the given DataSource.

E

entityManagerFactory(EntityManagerFactoryBuilder, PersistenceManagedTypes) - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
 
entityManagerFactoryBuilder(JpaVendorAdapter, ObjectProvider, ObjectProvider) - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
 
EntityManagerFactoryBuilder - Class in org.springframework.boot.jpa
Convenient builder for JPA EntityManagerFactory instances.
EntityManagerFactoryBuilder(JpaVendorAdapter, Function, PersistenceUnitManager) - Constructor for class org.springframework.boot.jpa.EntityManagerFactoryBuilder
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
EntityManagerFactoryBuilder(JpaVendorAdapter, Function, PersistenceUnitManager, URL) - Constructor for class org.springframework.boot.jpa.EntityManagerFactoryBuilder
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
EntityManagerFactoryBuilder.Builder - Class in org.springframework.boot.jpa
A fluent builder for a LocalContainerEntityManagerFactoryBean.
EntityManagerFactoryBuilderCustomizer - Interface in org.springframework.boot.jpa.autoconfigure
Callback interface that can be used to customize the EntityManagerFactoryBuilder to fine-tune its auto-configuration.
EntityManagerFactoryDependsOnPostProcessor - Class in org.springframework.boot.jpa.autoconfigure
BeanFactoryPostProcessor that can be used to dynamically declare that all EntityManagerFactory beans should "depend on" one or more specific beans.
EntityManagerFactoryDependsOnPostProcessor(Class...) - Constructor for class org.springframework.boot.jpa.autoconfigure.EntityManagerFactoryDependsOnPostProcessor
Creates a new EntityManagerFactoryDependsOnPostProcessor that will set up dependencies upon beans with the given types.
EntityManagerFactoryDependsOnPostProcessor(String...) - Constructor for class org.springframework.boot.jpa.autoconfigure.EntityManagerFactoryDependsOnPostProcessor
Creates a new EntityManagerFactoryDependsOnPostProcessor that will set up dependencies upon beans with the given names.

G

getDatabase() - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 
getDatabasePlatform() - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 
getDataSource() - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
Return the DataSource.
getJtaTransactionManager() - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
Return the JTA transaction manager.
getMappingResources() - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 
getOpenInView() - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 
getProperties() - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
Return the JpaProperties.
getProperties() - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 
getVendorProperties(DataSource) - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
Return the vendor-specific properties for the given DataSource.

I

isGenerateDdl() - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 
isJta() - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
Returns if a JTA PlatformTransactionManager is being used.
isShowSql() - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 

J

JpaBaseConfiguration - Class in org.springframework.boot.jpa.autoconfigure
Base Auto-configuration for JPA.
JpaBaseConfiguration(DataSource, JpaProperties, ObjectProvider) - Constructor for class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
 
JpaBaseConfiguration.JpaWebConfiguration - Class in org.springframework.boot.jpa.autoconfigure
 
JpaProperties - Class in org.springframework.boot.jpa.autoconfigure
External configuration properties for a JPA EntityManagerFactory created by Spring.
JpaProperties() - Constructor for class org.springframework.boot.jpa.autoconfigure.JpaProperties
 
jpaVendorAdapter() - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
 
JpaWebConfiguration(JpaProperties) - Constructor for class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration.JpaWebConfiguration
 
jta(boolean) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
Configure if using a JTA DataSource, i.e.

M

managedTypes(PersistenceManagedTypes) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
The persistence managed types, providing both the managed entities and packages the entity manager should consider.
mappingResources(String...) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
The mapping resources (equivalent to <mapping-file> entries in persistence.xml) for the persistence unit.

O

openEntityManagerInViewInterceptor() - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration.JpaWebConfiguration
 
openEntityManagerInViewInterceptorConfigurer(OpenEntityManagerInViewInterceptor) - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration.JpaWebConfiguration
 
org.springframework.boot.jpa - package org.springframework.boot.jpa
JPA Support classes.
org.springframework.boot.jpa.autoconfigure - package org.springframework.boot.jpa.autoconfigure
Base Auto-configuration for JPA and Spring ORM.

P

packages(Class...) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
The classes whose packages should be scanned for @Entity annotations.
packages(String...) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
The names of packages to scan for @Entity annotations.
persistenceUnit(String) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
The name of the persistence unit.
properties(Map) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
Generic properties for standard JPA or vendor-specific configuration.

S

setBootstrapExecutor(AsyncTaskExecutor) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder
Configure the bootstrap executor to be used by the LocalContainerEntityManagerFactoryBean.
setDatabase(Database) - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 
setDatabasePlatform(String) - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 
setGenerateDdl(boolean) - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 
setOpenInView(Boolean) - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 
setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder
Set the persistence unit post processors to be applied to the PersistenceUnitInfo used for creating the LocalContainerEntityManagerFactoryBean.
setProperties(Map) - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 
setShowSql(boolean) - Method in class org.springframework.boot.jpa.autoconfigure.JpaProperties
 

T

transactionManager(ObjectProvider) - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
 
B C D E G I J M O P S T 
All Classes and Interfaces|All Packages