public class SecureJPAPropertiesPersistenceUnitPostProcessor extends Object implements org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor
| Modifier and Type | Field and Description |
|---|---|
protected String |
blSecurePUHibernateCacheUse_query_cache |
protected String |
blSecurePUHibernateCacheUse_second_level_cache |
protected String |
blSecurePUHibernateDialect |
protected String |
blSecurePUHibernateHbm2ddlAuto |
protected String |
blSecurePUHibernateHbm2ddlImport_files |
protected String |
blSecurePUHibernateHbm2ddlImport_files_sql_extractor |
protected String |
blSecurePUHibernateShow_sql |
protected Map<String,String> |
overrideProperties |
protected Map<String,String> |
persistenceUnitProperties |
| Constructor and Description |
|---|
SecureJPAPropertiesPersistenceUnitPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
populatePresetProperties() |
void |
postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo pui) |
void |
setPersistenceUnitProperties(Map<String,String> properties) |
@Value(value="${blSecurePU.hibernate.hbm2ddl.auto}")
protected String blSecurePUHibernateHbm2ddlAuto
@Value(value="${blSecurePU.hibernate.dialect}")
protected String blSecurePUHibernateDialect
@Value(value="${blSecurePU.hibernate.show_sql}")
protected String blSecurePUHibernateShow_sql
@Value(value="${blSecurePU.hibernate.cache.use_second_level_cache}")
protected String blSecurePUHibernateCacheUse_second_level_cache
@Value(value="${blSecurePU.hibernate.cache.use_query_cache}")
protected String blSecurePUHibernateCacheUse_query_cache
@Value(value="${blSecurePU.hibernate.hbm2ddl.import_files}")
protected String blSecurePUHibernateHbm2ddlImport_files
@Value(value="${blSecurePU.hibernate.hbm2ddl.import_files_sql_extractor}")
protected String blSecurePUHibernateHbm2ddlImport_files_sql_extractor
public SecureJPAPropertiesPersistenceUnitPostProcessor()
@PostConstruct public void populatePresetProperties()
public void postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo pui)
postProcessPersistenceUnitInfo in interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessorCopyright © 2017. All rights reserved.