public interface JpaProviderSupport
JpaModules functionality.| Modifier and Type | Method and Description |
|---|---|
void |
assertMappingWithDatabaseConsistent(javax.persistence.EntityManager entityManager,
Object configurationObject)
Checks if the mapping of the JPA entities with the database is still correct for the given
EntityManager and provider specific configuration object |
org.springframework.instrument.classloading.LoadTimeWeaver |
getLoadTimeWeaver()
If necessary for this JPA provider, return an instance of spring's
LoadTimeWeaver interface, that
will be set on the LocalContainerEntityManagerFactoryBean before creating the EntityManagerFactory |
Object |
getProviderSpecificConfigurationObject(javax.persistence.spi.PersistenceProvider persistenceProvider) |
org.springframework.orm.jpa.JpaVendorAdapter |
getSpringJpaVendorAdaptor() |
void assertMappingWithDatabaseConsistent(javax.persistence.EntityManager entityManager,
Object configurationObject)
EntityManager and provider specific configuration objectentityManager - Currently active EntityManager, not nullconfigurationObject - Provider specific configuration object, not nullorg.springframework.orm.jpa.JpaVendorAdapter getSpringJpaVendorAdaptor()
JpaVendorAdapter interface for this persistence provider, not nullObject getProviderSpecificConfigurationObject(javax.persistence.spi.PersistenceProvider persistenceProvider)
persistenceProvider - The JPA PersistenceProvider that was used for creating the
EntityManagerFactory, not nullEntityManagerFactory, not nullorg.springframework.instrument.classloading.LoadTimeWeaver getLoadTimeWeaver()
LoadTimeWeaver interface, that
will be set on the LocalContainerEntityManagerFactoryBean before creating the EntityManagerFactoryLoadTimeWeaver, if necessary for this JPA provider, null otherwiseCopyright © 2016. All Rights Reserved.