@ConfigurationProperties(value="spring.jpa.hibernate")
public class HibernateProperties
extends java.lang.Object
JpaProperties| Modifier and Type | Class and Description |
|---|---|
static class |
HibernateProperties.Naming |
| Constructor and Description |
|---|
HibernateProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
determineHibernateProperties(java.util.Map<java.lang.String,java.lang.String> jpaProperties,
HibernateSettings settings)
Determine the configuration properties for the initialization of the main Hibernate
EntityManagerFactory based on standard JPA properties and
HibernateSettings. |
java.lang.String |
getDdlAuto() |
HibernateProperties.Naming |
getNaming() |
java.lang.Boolean |
isUseNewIdGeneratorMappings() |
void |
setDdlAuto(java.lang.String ddlAuto) |
void |
setUseNewIdGeneratorMappings(java.lang.Boolean useNewIdGeneratorMappings) |
public java.lang.String getDdlAuto()
public void setDdlAuto(java.lang.String ddlAuto)
public java.lang.Boolean isUseNewIdGeneratorMappings()
public void setUseNewIdGeneratorMappings(java.lang.Boolean useNewIdGeneratorMappings)
public HibernateProperties.Naming getNaming()
public java.util.Map<java.lang.String,java.lang.Object> determineHibernateProperties(java.util.Map<java.lang.String,java.lang.String> jpaProperties,
HibernateSettings settings)
HibernateSettings.jpaProperties - standard JPA propertiessettings - the settings to apply when determining the configuration properties