public class ToplinkJpaProviderSupport extends Object implements JpaProviderSupport
JpaProviderSupport for Oracle Toplink JPA| Constructor and Description |
|---|
ToplinkJpaProviderSupport() |
| 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() |
public void assertMappingWithDatabaseConsistent(javax.persistence.EntityManager entityManager,
Object configurationObject)
JpaProviderSupportEntityManager and provider specific configuration objectassertMappingWithDatabaseConsistent in interface JpaProviderSupportentityManager - Currently active EntityManager, not nullconfigurationObject - Provider specific configuration object, not nullpublic Object getProviderSpecificConfigurationObject(javax.persistence.spi.PersistenceProvider persistenceProvider)
getProviderSpecificConfigurationObject in interface JpaProviderSupportpersistenceProvider - The JPA PersistenceProvider that was used for creating the
EntityManagerFactory, not nullEntityManagerFactory, not nullpublic org.springframework.orm.jpa.JpaVendorAdapter getSpringJpaVendorAdaptor()
getSpringJpaVendorAdaptor in interface JpaProviderSupportJpaVendorAdapter interface for this persistence provider, not nullpublic org.springframework.instrument.classloading.LoadTimeWeaver getLoadTimeWeaver()
JpaProviderSupportLoadTimeWeaver interface, that
will be set on the LocalContainerEntityManagerFactoryBean before creating the EntityManagerFactorygetLoadTimeWeaver in interface JpaProviderSupportLoadTimeWeaver, if necessary for this JPA provider, null otherwiseCopyright © 2017. All rights reserved.