public abstract class AbstractHibernateConfiguration extends Object implements HibernateConfiguration
HibernateConfiguration implementation, that requires clients only to supply values where no reasonable default can be found.| Constructor and Description |
|---|
AbstractHibernateConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends org.hibernate.dialect.Dialect> |
getDbDialectClass()
The hibernate dialect to use.
|
Map<String,String> |
getProperties()
A map of arbitrary hibernate configuration properties.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDbConnectionUrl, getDbDriverClass, getDbPass, getDbUser, getDomainClasses, getHbm2dllAutopublic Class<? extends org.hibernate.dialect.Dialect> getDbDialectClass()
HibernateConfigurationgetDbDialectClass in interface HibernateConfigurationpublic Map<String,String> getProperties()
HibernateConfigurationgetProperties in interface HibernateConfigurationCopyright © 2012-2013. All Rights Reserved.