public class AcrossHibernateModuleSettings
extends org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
AcrossHibernateModuleSettings.ApplicationModule |
static class |
AcrossHibernateModuleSettings.PersistenceContextInViewProperties |
| Modifier and Type | Field and Description |
|---|---|
static String |
ADVANCED_DTO_CONVERSION |
static String |
CREATE_UNITOFWORK_FACTORY |
static String |
HIBERNATE_PROPERTIES |
static String |
PERSISTENCE_CONTEXT_VIEW_HANDLER |
static String |
PERSISTENCE_CONTEXT_VIEW_HANDLER_ORDER |
static String |
REGISTER_REPOSITORY_INTERCEPTOR |
| Constructor and Description |
|---|
AcrossHibernateModuleSettings() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getHibernateProperties(org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings hibernateSettings)
Get the merged set of Hibernate properties for the datasource.
|
boolean |
isOpenInView() |
public static final String HIBERNATE_PROPERTIES
public static final String PERSISTENCE_CONTEXT_VIEW_HANDLER
public static final String PERSISTENCE_CONTEXT_VIEW_HANDLER_ORDER
public static final String CREATE_UNITOFWORK_FACTORY
public static final String REGISTER_REPOSITORY_INTERCEPTOR
public static final String ADVANCED_DTO_CONVERSION
public boolean isOpenInView()
public Map<String,Object> getHibernateProperties(org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings hibernateSettings)
hibernateSettings - to detect default properties fromCopyright © 2020. All rights reserved.