public class HibernateSettings extends Object
| Constructor and Description | 
|---|
HibernateSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
HibernateSettings | 
ddlAuto(Supplier<String> ddlAuto)  | 
String | 
getDdlAuto()  | 
Collection<HibernatePropertiesCustomizer> | 
getHibernatePropertiesCustomizers()  | 
HibernateSettings | 
hibernatePropertiesCustomizers(Collection<HibernatePropertiesCustomizer> hibernatePropertiesCustomizers)  | 
public HibernateSettings ddlAuto(Supplier<String> ddlAuto)
public String getDdlAuto()
public HibernateSettings hibernatePropertiesCustomizers(Collection<HibernatePropertiesCustomizer> hibernatePropertiesCustomizers)
public Collection<HibernatePropertiesCustomizer> getHibernatePropertiesCustomizers()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.