public class HibernateSettings extends Object
Constructor and Description |
---|
HibernateSettings() |
Modifier and Type | Method and Description |
---|---|
HibernateSettings |
ddlAuto(String ddlAuto)
Deprecated.
as of 2.0.1 in favour of
ddlAuto(Supplier) |
HibernateSettings |
ddlAuto(Supplier<String> ddlAuto) |
String |
getDdlAuto() |
Collection<HibernatePropertiesCustomizer> |
getHibernatePropertiesCustomizers() |
HibernateSettings |
hibernatePropertiesCustomizers(Collection<HibernatePropertiesCustomizer> hibernatePropertiesCustomizers) |
public HibernateSettings ddlAuto(Supplier<String> ddlAuto)
@Deprecated public HibernateSettings ddlAuto(String ddlAuto)
ddlAuto(Supplier)
ddlAuto
- the default ddl auto if none is providedddlAuto(Supplier)
public String getDdlAuto()
public HibernateSettings hibernatePropertiesCustomizers(Collection<HibernatePropertiesCustomizer> hibernatePropertiesCustomizers)
public Collection<HibernatePropertiesCustomizer> getHibernatePropertiesCustomizers()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.